Home
last modified time | relevance | path

Searched refs:GST_GL_RGBA (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c69 {GST_GL_RGBA, GL_UNSIGNED_BYTE, 4},
112 {GST_GL_RGBA8, GST_GL_RGBA, GL_UNSIGNED_BYTE},
114 {GST_GL_RGBA16, GST_GL_RGBA, GL_UNSIGNED_SHORT},
156 {GST_GL_RGBA, GL_UNSIGNED_BYTE, GST_GL_RGBA},
157 {GST_GL_RGBA, GL_UNSIGNED_BYTE, GST_GL_RGBA8},
158 {GST_GL_RGBA, GL_UNSIGNED_SHORT, GST_GL_RGBA16},
Dgstglupload.c53 #define FORMAT GST_GL_RGBA
338 GST_GL_RGBA, rgba_data, NULL, NULL); in GST_START_TEST()
Dgstglmemory.c121 NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in create_memory()
Dgstglcontext.c76 GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c61 case GST_GL_RGBA: in _gl_format_n_components()
240 return GST_GL_RGBA; in gst_gl_format_from_video_info()
272 case GST_GL_RGBA: in gst_gl_sized_gl_format_from_gl_format_type()
276 && !USING_GLES3 (context) ? GST_GL_RGBA : GST_GL_RGBA8; in gst_gl_sized_gl_format_from_gl_format_type()
359 *unsized_format = GST_GL_RGBA; in gst_gl_format_type_from_sized_gl_format()
367 *unsized_format = GST_GL_RGBA; in gst_gl_format_type_from_sized_gl_format()
386 case GST_GL_RGBA: in gst_gl_format_type_from_sized_gl_format()
397 *unsized_format = GST_GL_RGBA; in gst_gl_format_type_from_sized_gl_format()
432 case GST_GL_RGBA: in gst_gl_format_is_supported()
Dgstglformat.h124 GST_GL_RGBA = 0x1908, enumerator
Dgstgloverlaycompositor.c390 GST_GL_RGBA, comp_frame->data[0], comp_frame, in gst_gl_composition_overlay_upload()
Dgstglviewconvert.c2133 0, NULL, viewconvert->to_texture_target, GST_GL_RGBA); in _do_view_convert()
Dgstglupload.c2160 GST_GL_RGBA, gst_memory_ref (in_map_info.memory), in _nvmm_upload_perform()
Dgstglcolorconvert.c2773 0, NULL, convert->priv->to_texture_target, GST_GL_RGBA); in _do_convert_one_view()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldifferencematte.c102 NULL, &filter->out_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_gl_differencematte_gl_start()
326 NULL, &v_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in init_pixbuf_texture()
336 GST_GL_RGBA); in init_pixbuf_texture()
Dgstgloverlay.c706 NULL, &v_info, 0, &v_align, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_gl_overlay_load_jpeg()
821 NULL, &v_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_gl_overlay_load_png()
Dgstgleffects.c298 NULL, &filter->out_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_gl_effects_gl_start()
Dgstgldownloadelement.c675 GST_GL_RGBA, gst_memory_ref (nvmm_mem), in gst_gl_buffer_pool_nvmm_alloc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c497 *out_format = GST_GL_RGBA; in _drm_rgba_fourcc_from_info()
1002 return gst_egl_image_new_wrapped (context, img, GST_GL_RGBA, NULL, in gst_egl_image_from_dmabuf_direct_target()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache-gl.m202 texformat = GST_GL_RGBA;
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc406 NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_qt_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp735 …auto* gstImage = gst_egl_image_new_wrapped(gst.context, eglImage, GST_GL_RGBA, imageContext, s_rel… in handleExportedImage()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1423 GST_GL_RGBA); in gst_amc_video_dec_loop()