/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 69 {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},
|
D | gstglupload.c | 53 #define FORMAT GST_GL_RGBA 338 GST_GL_RGBA, rgba_data, NULL, NULL); in GST_START_TEST()
|
D | gstglmemory.c | 121 NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in create_memory()
|
D | gstglcontext.c | 76 GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 61 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()
|
D | gstglformat.h | 124 GST_GL_RGBA = 0x1908, enumerator
|
D | gstgloverlaycompositor.c | 390 GST_GL_RGBA, comp_frame->data[0], comp_frame, in gst_gl_composition_overlay_upload()
|
D | gstglviewconvert.c | 2133 0, NULL, viewconvert->to_texture_target, GST_GL_RGBA); in _do_view_convert()
|
D | gstglupload.c | 2160 GST_GL_RGBA, gst_memory_ref (in_map_info.memory), in _nvmm_upload_perform()
|
D | gstglcolorconvert.c | 2773 0, NULL, convert->priv->to_texture_target, GST_GL_RGBA); in _do_convert_one_view()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 102 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()
|
D | gstgloverlay.c | 706 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()
|
D | gstgleffects.c | 298 NULL, &filter->out_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_gl_effects_gl_start()
|
D | gstgldownloadelement.c | 675 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/ |
D | gsteglimage.c | 497 *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/ |
D | videotexturecache-gl.m | 202 texformat = GST_GL_RGBA;
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsrc.cc | 406 NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA); in gst_qt_src_decide_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 735 …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/ |
D | gstamcvideodec.c | 1423 GST_GL_RGBA); in gst_amc_video_dec_loop()
|