Lines Matching refs:pending
506 if (egl.pending) { in ~WPEView()
507 egl_pending = egl.pending; in ~WPEView()
508 egl.pending = nullptr; in ~WPEView()
514 if (shm.pending) { in ~WPEView()
515 GST_TRACE ("%p freeing shm pending %" GST_PTR_FORMAT, this, shm.pending); in ~WPEView()
516 shm_pending = shm.pending; in ~WPEView()
517 shm.pending = nullptr; in ~WPEView()
599 … GST_TRACE("pending %" GST_PTR_FORMAT " (%d) committed %" GST_PTR_FORMAT " (%d)", egl.pending, in image()
600 …GST_IS_EGL_IMAGE(egl.pending) ? GST_MINI_OBJECT_REFCOUNT_VALUE(GST_MINI_OBJECT_CAST(egl.pending)) … in image()
604 if (egl.pending) { in image()
606 egl.committed = egl.pending; in image()
607 egl.pending = nullptr; in image()
634 … GST_TRACE("pending %" GST_PTR_FORMAT " (%d) committed %" GST_PTR_FORMAT " (%d)", shm.pending, in buffer()
635 …GST_IS_BUFFER(shm.pending) ? GST_MINI_OBJECT_REFCOUNT_VALUE(GST_MINI_OBJECT_CAST(shm.pending)) : 0, in buffer()
639 if (shm.pending) { in buffer()
641 shm.committed = shm.pending; in buffer()
642 shm.pending = nullptr; in buffer()
740 gst_clear_mini_object ((GstMiniObject **) &egl.pending); in handleExportedImage()
741 egl.pending = gstImage; in handleExportedImage()
798 gst_clear_buffer (&shm.pending); in handleExportedBuffer()
799 shm.pending = gstBuffer; in handleExportedBuffer()