Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp52 RK_U32 u32DstCodec; member
152 ctx->u32DstCodec <= RK_VIDEO_ID_Unused || in check_options()
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()
287 if (pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC && !qpmapTmp) { in venc_send_frame()
292 qpmap = (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC ? qpmapData : 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()
540 stAttr.stVencAttr.enType = (RK_CODEC_ID_E)ctx->u32DstCodec; in unit_test_mpi_venc()
818 RK_PRINT("encode codec type : %d\n", ctx->u32DstCodec); in mpi_venc_test_show_options()
[all …]