Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc52 this->buffer_was_bound = FALSE; in GstQSGTexture()
62 this->buffer_was_bound = FALSE; in ~GstQSGTexture()
87 this->buffer_was_bound = FALSE; in setBuffer()
103 *was_bound = this->buffer_was_bound; in getBuffer()
165 this->buffer_was_bound = TRUE; in bind()
Dgstqsgtexture.h52 gboolean buffer_was_bound; variable