Home
last modified time | relevance | path

Searched refs:crop_h (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_vpp_qsv.c78 int crop_h; member
195 CALC_EXPR(ch_expr, var_values[CH], vpp->crop_h); in eval_expr()
219 if ((vpp->crop_w != var_values[VAR_iW]) || (vpp->crop_h != var_values[VAR_iH])) in eval_expr()
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()
324 crop.h = vpp->crop_h; in config_output()
Dvf_scale_vulkan.c117 int crop_h = in->height - (in->crop_top + in->crop_bottom);
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.c438 obj->crop_h = GST_READ_UINT16_BE (payload + 6); 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.c2638 gint crop_h = video_box->in_height - video_box->out_height; in gst_video_box_autocrop() local
2664 video_box->box_top = crop_h / 2; in gst_video_box_autocrop()
2674 if (crop_h < 0) in gst_video_box_autocrop()
2675 crop_h -= 1; in gst_video_box_autocrop()
2677 crop_h += 1; in gst_video_box_autocrop()
2678 video_box->box_bottom = crop_h / 2; in gst_video_box_autocrop()
3239 gint br, bl, bt, bb, crop_w, crop_h; in gst_video_box_process() local
3241 crop_h = 0; in gst_video_box_process()
3260 crop_h = video_box->in_height - (bb + bt); in gst_video_box_process()
3262 crop_h = video_box->in_height - (bb); in gst_video_box_process()
[all …]
/third_party/ffmpeg/libavcodec/
Dpgssubdec.c58 int crop_h; member
465 ctx->presentation.objects[i].crop_h = 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
812 crop_h = 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
824 crop_h = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()