Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp51 RK_U32 u32SrcPixFormat; member
151 if (ctx->u32SrcPixFormat == RK_FMT_BUTT || in check_options()
337 … pstCtx->u32srcVirWidth, pstCtx->u32srcVirHeight, pstCtx->u32SrcPixFormat, fp); in venc_send_frame()
344 (PIXEL_FORMAT_E)pstCtx->u32SrcPixFormat, s32FrameCount); in venc_send_frame()
400 stFrame.stVFrame.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->u32SrcPixFormat; in venc_send_frame()
494 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->u32SrcPixFormat; in unit_test_mpi_venc()
542 stAttr.stVencAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->u32SrcPixFormat; in unit_test_mpi_venc()
817 RK_PRINT("src pixel format : %d\n", ctx->u32SrcPixFormat); in mpi_venc_test_show_options()
855 ctx.u32SrcPixFormat = RK_FMT_YUV420SP; in main()
885 OPT_INTEGER('f', "pixel_format", &(ctx.u32SrcPixFormat), in main()