Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vpss.cpp42 RK_PRINT("chn crop enabled : %d\n", ctx->bChnCropEn ? 1 : 0); in mpi_vpss_test_show_options()
75 ctx.bChnCropEn = RK_FALSE; in main()
106 OPT_BOOLEAN('\0', "channel_crop_en", &(ctx.bChnCropEn), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h37 RK_BOOL bChnCropEn; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp229 …= TEST_VPSS_ChnSetZoom(pstCtx->s32GrpIndex, chnIndex, pstCtx->s32ChnCropRatio, pstCtx->bChnCropEn); in TEST_VPSS_ModInit()