Home
last modified time | relevance | path

Searched refs:GST_GL_RG16 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c78 case GST_GL_RG16: in _gl_format_n_components()
219 return plane == 0 ? GST_GL_R16 : GST_GL_RG16; in gst_gl_format_from_video_info()
223 return GST_GL_RG16; in gst_gl_format_from_video_info()
301 return GST_GL_RG16; in gst_gl_sized_gl_format_from_gl_format_type()
328 case GST_GL_RG16: in gst_gl_sized_gl_format_from_gl_format_type()
404 case GST_GL_RG16: in gst_gl_format_type_from_sized_gl_format()
481 case GST_GL_RG16: in gst_gl_format_is_supported()
Dgstglformat.h135 GST_GL_RG16 = 0x822C, enumerator
Dgstglcolorconvert.c1053 gst_gl_format_is_supported (context, GST_GL_RG16))) { in _init_supported_formats()
1063 if (!context || (gst_gl_format_is_supported (context, GST_GL_RG16))) { in _init_supported_formats()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c535 *out_format = plane == 0 ? GST_GL_R16 : GST_GL_RG16; in _drm_rgba_fourcc_from_info()
541 *out_format = plane == 0 ? GST_GL_R16 : GST_GL_RG16; in _drm_rgba_fourcc_from_info()