Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp70 RK_S32 s32SrcPixFormat; member
136 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_scale_task()
192 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_rotation_task()
252 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_crop_task()
337 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_cover_task_array()
412 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_osd_task_array()
461 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_drawline_task_array()
507 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_mosaic_task_array()
803 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_get_size()
821 RK_S32 s32SrcPixFormat = ctx->s32SrcPixFormat; in unit_test_vgs_one_job() local
[all …]
H A Dtest_mpi_vpss.cpp50 RK_PRINT("input pixel format : %d\n", ctx->s32SrcPixFormat); in mpi_vpss_test_show_options()
79 ctx.s32SrcPixFormat = RK_FMT_YUV420SP; in main()
122 OPT_INTEGER('f', "src_format", &(ctx.s32SrcPixFormat), in main()
H A Dtest_mpi_gdc.cpp96 RK_S32 s32SrcPixFormat; member
281 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_gdc_get_size()
1246 ctx->stTask.stImgIn.stVFrame.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in test_mpi_gdc_api()
1254 ctx->stTask.stImgOut.stVFrame.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in test_mpi_gdc_api()
1272 … ctx->u32SrcVirWidth, ctx->u32SrcVirHeight, ctx->s32SrcPixFormat, pFile); in test_mpi_gdc_api()
1434 RK_PRINT("src pixel format : %d\n", ctx->s32SrcPixFormat); in mpi_gdc_test_show_options()
1499 OPT_INTEGER('f', "pixel_format", &(ctx->s32SrcPixFormat), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp48 pstVpssGrpAttr->enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_InitAttr()
77 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_CreatePool()
299 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_ModSendFrame()
315 (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat), in TEST_VPSS_ModSendFrame()
317 (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat, 1); in TEST_VPSS_ModSendFrame()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h46 RK_S32 s32SrcPixFormat; member