Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideomixer.c559 GstGLVideoMixerBlendFunction blend_function_src_rgb; member
613 pad->blend_function_src_rgb = DEFAULT_PAD_BLEND_FUNCTION_SRC_RGB; in gst_gl_video_mixer_pad_init()
748 g_value_set_enum (value, pad->blend_function_src_rgb); in gst_gl_video_mixer_pad_get_property()
811 pad->blend_function_src_rgb = g_value_get_enum (value); in gst_gl_video_mixer_pad_set_property()
1438 || mix_pad->blend_function_src_rgb != mix_pad->blend_function_src_alpha in _set_blend_state()
1466 gl_func_src_rgb = _blend_function_to_gl (mix_pad->blend_function_src_rgb); in _set_blend_state()