Home
last modified time | relevance | path

Searched refs:crop_width (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A Db258ed69a485a9cfb299d9f060eb2a46c54e5903.patch4 Subject: [PATCH] Move the crop_width and crop_length computation after the
26 - crop_width = endx - startx + 1;
35 + crop_width = endx - startx + 1;
36 if (crop_width > image->width)
37 crop_width = image->width;
H A DCVE-2022-2869.patch68 crop_width = endx - startx + 1;
71 - if (crop_width <= 0)
77 if (crop_width > image->width)
78 crop_width = image->width;
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch401 (uint32_t)(offsets.crop_width * 1.0 * (seg - 1) / total);
403 - (int32_t)(offsets.crop_width * 1.0 * seg / total);
417 + crop->regionlist[i].x2 = offsets.startx + (uint32_t)(offsets.crop_width * 1.0 * seg / t…
484 - (uint32_t)(offsets.crop_width * (total - seg) * 1.0 / total);
486 - (offsets.crop_width * (total - seg + 1) * 1.0 / total);
502 + (uint32_t)(offsets.crop_width * (total - seg) * 1.0 / total);
505 + uaux = (uint32_t)(offsets.crop_width * 1.0 * seg / total);
522 + uaux = (uint32_t)(offsets.crop_width * 1.0 * (seg - 1) / total);
542 zwidth = offsets.crop_width;
H A DCVE-2023-0800_0801_0802_0803_0804.patch113 - if ((i > 0) && (crop_width != crop->regionlist[i - 1].width))
115 + (crop_width != crop->regionlist[i + 1].width))
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c255 RK_U32 crop_width = ctx->pp_info.crop_width; in jpegd_setup_pp() local
287 if (crop_width <= 0) { in jpegd_setup_pp()
294 (((crop_width / 16) & 0xE00) >> 9); in jpegd_setup_pp()
295 post->reg72_crop.sw_pp_in_width = ((crop_width / 16) & 0x1FF); in jpegd_setup_pp()
309 if (crop_width & 0x0F) { in jpegd_setup_pp()
319 in_width = crop_width; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c282 RK_U32 crop_width = ctx->pp_info.crop_width; in jpegd_setup_pp() local
312 if (crop_width <= 0) { in jpegd_setup_pp()
318 reg->reg34.sw_pp_in_w_ext = (((crop_width / 16) & 0xE00) >> 9); in jpegd_setup_pp()
319 reg->reg34.sw_pp_in_width = ((crop_width / 16) & 0x1FF); in jpegd_setup_pp()
328 if (crop_width & 0x0F) { in jpegd_setup_pp()
338 in_width = crop_width; in jpegd_setup_pp()
H A Dhal_jpegd_base.h31 RK_U32 crop_width; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/afec/
H A Drk_aiq_types_afec_algo.h9 unsigned int crop_width; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Ddemo.h103 int crop_width; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Ddemo.h103 int crop_width; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Ddemo.h103 int crop_width; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c86 REG_UPDATE(CNV_WINDOW_SIZE, CNV_WINDOW_WIDTH, params->cnv_params.crop_width); in dwb2_config_dwb_cnv()
279 dwb_program_horz_scalar(dwbc20, params->cnv_params.crop_width, in dwb2_set_scaler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad.h29 unsigned int crop_width; member
H A Dvehicle_ad_gc2145.c861 ad->cfg.width = ad->defrects[i].crop_width; in gc2145_reinit_parameter()
H A Dvehicle_ad_7181.c312 ad->cfg.width = ad->defrects[i].crop_width; in adv7181_reinit_parameter()
H A Dvehicle_ad_max96714.c253 ad->cfg.width = ad->defrects[i].crop_width; in max96714_reinit_parameter()
H A Dvehicle_ad_tp2825.c621 ad->cfg.width = ad->defrects[i].crop_width; in tp2825_reinit_parameter()
H A Dvehicle_ad_nvp6324.c1870 ad->cfg.width = ad->defrects[i].crop_width; in nvp6324_reinit_parameter()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h468 u32 crop_width; member
612 u32 crop_width; member
626 u32 crop_width; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb.c79 REG_UPDATE(FC_WINDOW_SIZE, FC_WINDOW_WIDTH, params->cnv_params.crop_width); in dwb3_config_fc()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch821 + if (! jt_read_integer(&spec, &info->crop_width))
1009 + info->crop_width = info->output_width - info->crop_xoffset;
1013 + if (info->crop_width <= 0 || info->crop_width > info->output_width ||
1015 + info->crop_xoffset > info->output_width - info->crop_width ||
1020 + xoffset = info->output_width - info->crop_width - info->crop_xoffset;
1029 + info->output_width = info->crop_width;
1032 + info->crop_width + (xoffset % info->iMCU_sample_width);
1797 + JDIMENSION crop_width; /* Width of selected region */
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A Drkispp-config.h343 u16 crop_width __attribute__((aligned(2))); member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-ispp-config.h314 __u16 crop_width __attribute__((aligned(2))); member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A Drkispp-config.h342 u16 crop_width __attribute__((aligned(2))); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h506 unsigned int crop_width; /* cropped window width at cnv output */ member

12