Home
last modified time | relevance | path

Searched refs:crop_height (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/afec/
H A Drk_aiq_types_afec_algo.h10 unsigned int crop_height; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_base.h32 RK_U32 crop_height; member
H A Dhal_jpegd_vdpu1.c256 RK_U32 crop_height = ctx->pp_info.crop_height; in jpegd_setup_pp() local
297 (((crop_height / 16) & 0x700) >> 8); in jpegd_setup_pp()
298 post->reg72_crop.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
314 if (crop_height & 0x0F) { in jpegd_setup_pp()
320 in_height = crop_height; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c283 RK_U32 crop_height = ctx->pp_info.crop_height; in jpegd_setup_pp() local
320 reg->reg34.sw_pp_in_h_ext = (((crop_height / 16) & 0x700) >> 8); in jpegd_setup_pp()
321 reg->reg34.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
333 if (crop_height & 0x0F) { in jpegd_setup_pp()
339 in_height = crop_height; in jpegd_setup_pp()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Ddemo.h104 int crop_height; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Ddemo.h104 int crop_height; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Ddemo.h104 int crop_height; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-dma.c535 unsigned int crop_height; in rvin_crop_scale_comp_gen2() local
539 crop_height = vin->crop.height; in rvin_crop_scale_comp_gen2()
541 crop_height *= 2; in rvin_crop_scale_comp_gen2()
544 if (crop_height != vin->compose.height) in rvin_crop_scale_comp_gen2()
545 ys = (4096 * crop_height) / vin->compose.height; in rvin_crop_scale_comp_gen2()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c87 REG_UPDATE(CNV_WINDOW_SIZE, CNV_WINDOW_HEIGHT, params->cnv_params.crop_height); in dwb2_config_dwb_cnv()
284 dwb_program_vert_scalar(dwbc20, params->cnv_params.crop_height, in dwb2_set_scaler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad.h30 unsigned int crop_height; member
H A Dvehicle_ad_gc2145.c862 ad->cfg.height = ad->defrects[i].crop_height; in gc2145_reinit_parameter()
H A Dvehicle_ad_7181.c313 ad->cfg.height = ad->defrects[i].crop_height; in adv7181_reinit_parameter()
H A Dvehicle_ad_max96714.c254 ad->cfg.height = ad->defrects[i].crop_height; in max96714_reinit_parameter()
H A Dvehicle_ad_tp2825.c622 ad->cfg.height = ad->defrects[i].crop_height; in tp2825_reinit_parameter()
H A Dvehicle_ad_nvp6324.c1871 ad->cfg.height = ad->defrects[i].crop_height; in nvp6324_reinit_parameter()
H A Dvehicle_ad_nvp6188.c455 ad->cfg.height = ad->defrects[i].crop_height; in nvp6188_reinit_parameter()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h469 u32 crop_height; member
613 u32 crop_height; member
627 u32 crop_height; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb.c80 REG_UPDATE(FC_WINDOW_SIZE, FC_WINDOW_HEIGHT, params->cnv_params.crop_height); in dwb3_config_fc()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch832 + if (! jt_read_integer(&spec, &info->crop_height))
1011 + info->crop_height = info->output_height - info->crop_yoffset;
1014 + info->crop_height <= 0 || info->crop_height > info->output_height ||
1016 + info->crop_yoffset > info->output_height - info->crop_height)
1024 + yoffset = info->output_height - info->crop_height - info->crop_yoffset;
1034 + info->output_height = info->crop_height;
1037 + info->crop_height + (yoffset % info->iMCU_sample_height);
1799 + JDIMENSION crop_height; /* Height of selected region */
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A Drkispp-config.h344 u16 crop_height; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-ispp-config.h315 __u16 crop_height; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A Drkispp-config.h343 u16 crop_height; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h508 unsigned int crop_height; /* cropped window height at cnv output */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp506 fecPreOut->afec_result->crop_height = 0; in processing()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v10.c555 val = (arg->crop_height & 0x1FFFF) << 14 | in fec_config()

12