Home
last modified time | relevance | path

Searched refs:u32InputMode (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp55 RK_U32 u32InputMode; member
153 if (ctx->u32InputMode == VIDEO_MODE_STREAM) { in check_options()
590 if (ctx->u32InputMode == VIDEO_MODE_STREAM || ctx->enCodecId == RK_VIDEO_ID_MJPEG || in unit_test_mpi_vdec()
656 RK_PRINT("input mode : %d\n", ctx->u32InputMode); in mpi_vdec_test_show_options()
673 ctx.u32InputMode = VIDEO_MODE_STREAM; in main()
704 OPT_INTEGER('\0', "dec_mode", &(ctx.u32InputMode), in main()