Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp225 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG) { in mpi_create_vdec()
310 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG || ctx->enCodecId == RK_VIDEO_ID_JPEG) { in mpi_create_stream_mode()
590 if (ctx->u32InputMode == VIDEO_MODE_STREAM || ctx->enCodecId == RK_VIDEO_ID_MJPEG || in unit_test_mpi_vdec()
H A Dtest_mpi_all.cpp116 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG) { in mpi_create_vdec()
161 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG || ctx->enCodecId == RK_VIDEO_ID_JPEG) { in mpi_create_stream_mode()
H A Dtest_mpi_venc.cpp717 if (ctx->bMjpegParam && stAttr.stVencAttr.enType == RK_VIDEO_ID_MJPEG) { in unit_test_mpi_venc()
728 if (ctx->bMjpegRcParam && stAttr.stVencAttr.enType == RK_VIDEO_ID_MJPEG) { in unit_test_mpi_venc()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_common.h159 RK_VIDEO_ID_MJPEG, /**< Motion JPEG */ enumerator