Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp73 VENC_CROP_TYPE_E enCropType; member
373 if (stParam.stCropCfg.enCropType == VENC_CROP_ONLY) { in venc_send_frame()
378 } else if (stParam.stCropCfg.enCropType == VENC_CROP_SCALE) { in venc_send_frame()
567 stParam.stCropCfg.enCropType = ctx->enCropType; in unit_test_mpi_venc()
569 if (stParam.stCropCfg.enCropType == VENC_CROP_ONLY) { in unit_test_mpi_venc()
574 } else if (stParam.stCropCfg.enCropType == VENC_CROP_SCALE) { in unit_test_mpi_venc()
857 ctx.enCropType = VENC_CROP_NONE; in main()
899 OPT_INTEGER('\0', "crop", &(ctx.enCropType), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h837 VENC_CROP_TYPE_E enCropType; /* RW; Range:[0, 3); Crop/Scale region enable */ member