/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 426 &crop_x, &crop_y) != 5 || in parse_switches() 767 crop_y + crop_height > cinfo.output_height) { in djpeg() 788 if ((tmp = jpeg_skip_scanlines(&cinfo, crop_y)) != crop_y) { in djpeg() 790 progname, tmp, crop_y); in djpeg() 793 while (cinfo.output_scanline < crop_y + crop_height) { in djpeg() 800 cinfo.output_height - crop_y - crop_height)) != in djpeg() 801 cinfo.output_height - crop_y - crop_height) { in djpeg() 803 progname, tmp, cinfo.output_height - crop_y - crop_height); in djpeg()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vpp_qsv.c | 80 int crop_y; member 214 CALC_EXPR(cy_expr, var_values[CY], vpp->crop_y); in eval_expr() 277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input() 281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input() 282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input() 322 crop.y = vpp->crop_y; in config_output()
|
D | vf_scale_vulkan.c | 115 int crop_y = in->crop_top; 203 GLSLF(1, vec2 c_o = vec2(%i, %i) / in_d; ,crop_x,crop_y);
|
D | vf_deshake_opencl.c | 230 CropInfo crop_y; member 1629 …update_needed_crop(&deshake_ctx->crop_y, transform_crop_y, input_frame->width, input_frame->height… in filter_frame() 1643 crops[0] = deshake_ctx->crop_y; in filter_frame()
|
/third_party/uboot/u-boot-2020.01/drivers/video/stm32/ |
D | stm32_ltdc.c | 24 u32 crop_x, crop_y, crop_w, crop_h; member 277 y0 = priv->crop_y; in stm32_ltdc_set_layer1() 278 y1 = priv->crop_y + priv->crop_h - 1; in stm32_ltdc_set_layer1() 410 priv->crop_y = 0; in stm32_ltdc_probe() 419 priv->crop_x, priv->crop_y, priv->crop_w, priv->crop_h, in stm32_ltdc_probe()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 411 &crop_x, &crop_y) != 5 || in parse_switches() 724 crop_y + crop_height > cinfo.output_height) { in main() 745 jpeg_skip_scanlines(&cinfo, crop_y); in main() 746 while (cinfo.output_scanline < crop_y + crop_height) { in main() 751 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-pgs.h | 84 guint16 crop_x, crop_y, crop_w, crop_h; member
|
D | gstspu-pgs.c | 436 obj->crop_y = GST_READ_UINT16_BE (payload + 2); in parse_presentation_segment() 443 obj->crop_x, obj->crop_y, obj->crop_w, obj->crop_h); in parse_presentation_segment()
|
/third_party/ffmpeg/libavcodec/ |
D | pgssubdec.c | 56 int crop_y; member 463 ctx->presentation.objects[i].crop_y = bytestream_get_be16(&buf); in parse_presentation_segment()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 653 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local 810 crop_y = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 1015 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local 822 crop_y = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
|