Searched refs:RK_VIDEO_ID_AVC (Results 1 – 8 of 8) sorted by relevance
275 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()
496 stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in create_venc()974 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()
683 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()
837 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()
600 stVencCtx.enType = RK_VIDEO_ID_AVC; in unit_test_mpi_rgn_venc()
396 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in test_avs_vpss_venc_loop()
158 RK_VIDEO_ID_AVC, /**< H.264/AVC */ enumerator
70 if (vencCtx->enType == RK_VIDEO_ID_AVC) in TEST_VENC_Create()