| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch | 4 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 D | CVE-2022-2869.patch | 68 crop_width = endx - startx + 1; 71 - if (crop_width <= 0) 77 if (crop_width > image->width) 78 crop_width = image->width;
|
| H A D | 0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch | 401 (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 D | CVE-2023-0800_0801_0802_0803_0804.patch | 113 - 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 D | hal_jpegd_vdpu1.c | 255 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 D | hal_jpegd_vdpu2.c | 282 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 D | hal_jpegd_base.h | 31 RK_U32 crop_width; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/afec/ |
| H A D | rk_aiq_types_afec_algo.h | 9 unsigned int crop_width; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | demo.h | 103 int crop_width; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | demo.h | 103 int crop_width; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | demo.h | 103 int crop_width; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_dwb.c | 86 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 D | vehicle_ad.h | 29 unsigned int crop_width; member
|
| H A D | vehicle_ad_gc2145.c | 861 ad->cfg.width = ad->defrects[i].crop_width; in gc2145_reinit_parameter()
|
| H A D | vehicle_ad_7181.c | 312 ad->cfg.width = ad->defrects[i].crop_width; in adv7181_reinit_parameter()
|
| H A D | vehicle_ad_max96714.c | 253 ad->cfg.width = ad->defrects[i].crop_width; in max96714_reinit_parameter()
|
| H A D | vehicle_ad_tp2825.c | 621 ad->cfg.width = ad->defrects[i].crop_width; in tp2825_reinit_parameter()
|
| H A D | vehicle_ad_nvp6324.c | 1870 ad->cfg.width = ad->defrects[i].crop_width; in nvp6324_reinit_parameter()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.h | 468 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 D | dcn30_dwb.c | 79 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 D | support-jpeg-turbo.patch | 821 + 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 D | rkispp-config.h | 343 u16 crop_width __attribute__((aligned(2))); member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-ispp-config.h | 314 __u16 crop_width __attribute__((aligned(2))); member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | rkispp-config.h | 342 u16 crop_width __attribute__((aligned(2))); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 506 unsigned int crop_width; /* cropped window width at cnv output */ member
|