Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp275 if (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC || pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC) { in venc_send_frame()
276 RK_U8 align = (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC ? 16 : 64); in venc_send_frame()
292 qpmap = (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC ? qpmapData : qpmapTmp); in venc_send_frame()
416 if (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC || pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC) { in venc_send_frame()
674 if (stAttr.stVencAttr.enType == RK_VIDEO_ID_AVC) { in unit_test_mpi_venc()
856 ctx.u32DstCodec = RK_VIDEO_ID_AVC; in main()
H A Dtest_mpi_all.cpp496 stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in create_venc()
974 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()
H A Dtest_mpi_vdec.cpp683 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()
H A Dtest_mpi_vi.cpp837 init_venc_cfg(ctx, i, RK_VIDEO_ID_AVC); in test_vi_bind_vpss_venc_loop()
954 init_venc_cfg(ctx, i, RK_VIDEO_ID_AVC); in test_vi_bind_venc_loop()
H A Dtest_mpi_rgn.cpp600 stVencCtx.enType = RK_VIDEO_ID_AVC; in unit_test_mpi_rgn_venc()
H A Dtest_mpi_avs.cpp396 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in test_avs_vpss_venc_loop()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_common.h158 RK_VIDEO_ID_AVC, /**< H.264/AVC */ enumerator
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp70 if (vencCtx->enType == RK_VIDEO_ID_AVC) in TEST_VENC_Create()