Home
last modified time | relevance | path

Searched refs:this_width (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereomix.c545 gint this_width, this_height; in _update_caps() local
559 this_width = GST_VIDEO_INFO_WIDTH (&tmp); in _update_caps()
565 " w %u h %u", pad, this_width, this_height); in _update_caps()
567 if (this_width == 0 || this_height == 0) in _update_caps()
570 if (best_width < this_width) in _update_caps()
571 best_width = this_width; in _update_caps()
Dgstglvideomixer.c1110 gint this_width, this_height; in _fixate_caps() local
1122 this_width = width + MAX (mixer_pad->xpos, 0); in _fixate_caps()
1125 if (best_width < this_width) in _fixate_caps()
1126 best_width = this_width; in _fixate_caps()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c976 gint this_width, this_height; in _fixate_caps() local
997 this_width = width + MAX (compositor_pad->xpos + 2 * x_offset, 0); in _fixate_caps()
1000 if (best_width < this_width) in _fixate_caps()
1001 best_width = this_width; in _fixate_caps()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp1878 gint this_width, this_height; in gst_d3d11_compositor_fixate_src_caps() local
1896 this_width = width + MAX (cpad->xpos + 2 * x_offset, 0); in gst_d3d11_compositor_fixate_src_caps()
1899 if (best_width < this_width) in gst_d3d11_compositor_fixate_src_caps()
1900 best_width = this_width; in gst_d3d11_compositor_fixate_src_caps()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c192 gint this_width, this_height; in gst_videomixer2_update_src_caps() local
204 this_width = width + MAX (mpad->xpos, 0); in gst_videomixer2_update_src_caps()
207 if (best_width < this_width) in gst_videomixer2_update_src_caps()
208 best_width = this_width; in gst_videomixer2_update_src_caps()