Home
last modified time | relevance | path

Searched refs:crop_w (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/video/stm32/
Dstm32_ltdc.c24 u32 crop_x, crop_y, crop_w, crop_h; member
276 x1 = priv->crop_x + priv->crop_w - 1; in stm32_ltdc_set_layer1()
297 pitch_in_bytes = priv->crop_w * (bpp >> 3); in stm32_ltdc_set_layer1()
299 line_length = ((bpp >> 3) * priv->crop_w) + (bus_width >> 3) - 1; in stm32_ltdc_set_layer1()
411 priv->crop_w = timings.hactive.typ; in stm32_ltdc_probe()
419 priv->crop_x, priv->crop_y, priv->crop_w, priv->crop_h, in stm32_ltdc_probe()
/third_party/ffmpeg/libavfilter/
Dvf_vpp_qsv.c77 int crop_w; member
194 CALC_EXPR(cw_expr, var_values[CW], vpp->crop_w); in eval_expr()
198 CALC_EXPR(cw_expr, var_values[CW], vpp->crop_w); in eval_expr()
219 if ((vpp->crop_w != var_values[VAR_iW]) || (vpp->crop_h != var_values[VAR_iH])) in eval_expr()
279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
323 crop.w = vpp->crop_w; in config_output()
Dvf_scale_vulkan.c116 int crop_w = in->width - (in->crop_left + in->crop_right);
202 GLSLF(1, vec2 c_r = vec2(%i, %i) / in_d; ,crop_w, crop_h);
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.h84 guint16 crop_x, crop_y, crop_w, crop_h; member
Dgstspu-pgs.c437 obj->crop_w = GST_READ_UINT16_BE (payload + 4); in parse_presentation_segment()
443 obj->crop_x, obj->crop_y, obj->crop_w, obj->crop_h); in parse_presentation_segment()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c2631 gint crop_w = video_box->in_width - video_box->out_width; in gst_video_box_autocrop() local
2634 video_box->box_left = crop_w / 2; in gst_video_box_autocrop()
2644 if (crop_w < 0) in gst_video_box_autocrop()
2645 crop_w -= 1; in gst_video_box_autocrop()
2647 crop_w += 1; in gst_video_box_autocrop()
2649 video_box->box_right = crop_w / 2; in gst_video_box_autocrop()
3233 gint br, bl, bt, bb, crop_w, crop_h; in gst_video_box_process() local
3236 crop_w = 0; in gst_video_box_process()
3244 crop_w = video_box->in_width - (br + bl); in gst_video_box_process()
3246 crop_w = video_box->in_width - (br); in gst_video_box_process()
[all …]
/third_party/ffmpeg/libavcodec/
Dpgssubdec.c57 int crop_w; member
464 ctx->presentation.objects[i].crop_w = bytestream_get_be16(&buf); in parse_presentation_segment()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c653 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local
811 crop_w = 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/
Dcwebp.c659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local
823 crop_w = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()