Home
last modified time | relevance | path

Searched refs:RK_VIDEO_ID_HEVC (Results 1 – 4 of 4) 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()
287 if (pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC && !qpmapTmp) { in venc_send_frame()
298 if (pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC) { in venc_send_frame()
416 if (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC || pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC) { in venc_send_frame()
679 } else if (stAttr.stVencAttr.enType == RK_VIDEO_ID_HEVC) { in unit_test_mpi_venc()
H A Dtest_mpi_avs.cpp402 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_HEVC; in test_avs_vpss_venc_loop()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_common.h162 RK_VIDEO_ID_HEVC, /**< ITU H.265/HEVC */ enumerator
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp72 else if (vencCtx->enType == RK_VIDEO_ID_HEVC) in TEST_VENC_Create()