Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc48 g_weak_ref_init (&this->qt_context_ref_, NULL); in GstQSGTexture()
59 g_weak_ref_clear (&this->qt_context_ref_); in ~GstQSGTexture()
89 g_weak_ref_set (&this->qt_context_ref_, gst_gl_context_get_current ()); in setBuffer()
119 qt_context = GST_GL_CONTEXT (g_weak_ref_get (&this->qt_context_ref_)); in bind()
Dgstqsgtexture.h54 GWeakRef qt_context_ref_; variable