Lines Matching refs:buffer_
51 this->buffer_ = NULL; in GstQSGTexture()
60 gst_buffer_replace (&this->buffer_, NULL); in ~GstQSGTexture()
84 if (!gst_buffer_replace (&this->buffer_, buffer)) in setBuffer()
100 if (this->buffer_) in getBuffer()
101 buffer = gst_buffer_ref (this->buffer_); in getBuffer()
123 if (!this->buffer_) in bind()
128 this->mem_ = gst_buffer_peek_memory (this->buffer_, 0); in bind()
135 if (!gst_video_frame_map (&this->v_frame, &this->v_info, this->buffer_, in bind()
141 mem = gst_buffer_peek_memory (this->buffer_, 0); in bind()
208 if (this->buffer_) { in textureId()
209 GstMemory *mem = gst_buffer_peek_memory (this->buffer_, 0); in textureId()