Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c271 #define SIMPLE_STRING_ASSIGN(res_str,value,to_check,str) \ in gst_gl_context_glx_dump_fb_config() macro
315 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_TRUE_COLOR, in gst_gl_context_glx_dump_fb_config()
317 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_DIRECT_COLOR, in gst_gl_context_glx_dump_fb_config()
319 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_PSEUDO_COLOR, in gst_gl_context_glx_dump_fb_config()
321 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_STATIC_COLOR, in gst_gl_context_glx_dump_fb_config()
323 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_GRAY_SCALE, in gst_gl_context_glx_dump_fb_config()
325 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_STATIC_GRAY, in gst_gl_context_glx_dump_fb_config()
327 SIMPLE_STRING_ASSIGN (visual_type_str, visual_type, GLX_NONE, "None"); in gst_gl_context_glx_dump_fb_config()
329 SIMPLE_STRING_ASSIGN (caveat_str, caveat, GLX_NONE, "None"); in gst_gl_context_glx_dump_fb_config()
330 SIMPLE_STRING_ASSIGN (caveat_str, caveat, GLX_SLOW_CONFIG, "SlowConfig"); in gst_gl_context_glx_dump_fb_config()
[all …]