Searched refs:new_display (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glfilter.c | 35 GstGLDisplay *new_display; in replace_display() local 50 new_display = gst_gl_display_new (); in replace_display() 51 fail_unless (gst_gl_display_create_context (new_display, NULL, &expected, in replace_display() 54 fail_unless (gst_gl_display_add_context (new_display, expected)); in replace_display() 57 gst_context_set_gl_display (new_context, new_display); in replace_display() 72 fail_unless (new_display == gl_context->display); in replace_display() 76 gst_object_unref (new_display); in replace_display()
|
D | glmixer.c | 35 GstGLDisplay *new_display; in replace_display() local 52 new_display = gst_gl_display_new (); in replace_display() 53 fail_unless (gst_gl_display_create_context (new_display, NULL, &expected, in replace_display() 56 fail_unless (gst_gl_display_add_context (new_display, expected)); in replace_display() 59 gst_context_set_gl_display (new_context, new_display); in replace_display() 74 fail_unless (new_display == gl_context->display); in replace_display() 78 gst_object_unref (new_display); in replace_display()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasefilter.c | 501 GstGLDisplay *old_display, *new_display; in gst_gl_base_filter_set_context() local 510 new_display = filter->display ? gst_object_ref (filter->display) : NULL; in gst_gl_base_filter_set_context() 512 if (old_display && new_display) { in gst_gl_base_filter_set_context() 513 if (old_display != new_display) { in gst_gl_base_filter_set_context() 524 gst_clear_object (&new_display); in gst_gl_base_filter_set_context()
|
D | gstglbasesrc.c | 230 GstGLDisplay *old_display, *new_display; in gst_gl_base_src_set_context() local 238 new_display = src->display ? gst_object_ref (src->display) : NULL; in gst_gl_base_src_set_context() 240 if (old_display && new_display) { in gst_gl_base_src_set_context() 241 if (old_display != new_display) { in gst_gl_base_src_set_context() 249 gst_clear_object (&new_display); in gst_gl_base_src_set_context()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 468 GstGLDisplay *old_display, *new_display; in gst_gl_base_mixer_set_context() local 476 new_display = mix->display ? gst_object_ref (mix->display) : NULL; in gst_gl_base_mixer_set_context() 478 if (old_display && new_display) { in gst_gl_base_mixer_set_context() 479 if (old_display != new_display) { in gst_gl_base_mixer_set_context() 486 gst_clear_object (&new_display); in gst_gl_base_mixer_set_context()
|
D | gstglstereosplit.c | 173 GstGLDisplay *old_display, *new_display; in stereosplit_set_context() local 185 new_display = in stereosplit_set_context() 188 if (old_display && new_display) { in stereosplit_set_context() 189 if (old_display != new_display) { in stereosplit_set_context() 193 new_display); in stereosplit_set_context() 201 gst_clear_object (&new_display); in stereosplit_set_context()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasetransform.c | 548 GstVaDisplay *old_display, *new_display; in gst_va_base_transform_set_context() local 556 new_display = self->display ? gst_object_ref (self->display) : NULL; in gst_va_base_transform_set_context() 559 || (old_display && new_display && old_display != new_display in gst_va_base_transform_set_context() 566 gst_clear_object (&new_display); in gst_va_base_transform_set_context()
|
D | gstvabasedec.c | 594 GstVaDisplay *old_display, *new_display; in gst_va_base_dec_set_context() local 602 new_display = base->display ? gst_object_ref (base->display) : NULL; in gst_va_base_dec_set_context() 605 || (old_display && new_display && old_display != new_display in gst_va_base_dec_set_context() 612 gst_clear_object (&new_display); in gst_va_base_dec_set_context()
|