Lines Matching refs:crop_w
2631 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()
3248 crop_w = video_box->in_width - (bl); in gst_video_box_process()
3250 crop_w = video_box->in_width; in gst_video_box_process()
3268 if (crop_h < 0 || crop_w < 0) { in gst_video_box_process()
3272 video_box->in_sdtv, 0, 0, crop_w, crop_h); in gst_video_box_process()
3297 in, video_box->in_sdtv, src_x, src_y, crop_w, crop_h); in gst_video_box_process()