• Home
  • Raw
  • Download

Lines Matching refs:mems

100   GstMemory *mems[GST_VIDEO_MAX_PLANES];  member
481 buf->mems[i], gst_dmabuf_memory_get_fd (buf->mems[i]), buf->surface); in gst_va_dmabuf_memory_release()
482 gst_va_memory_pool_push (&self->pool, buf->mems[i]); in gst_va_dmabuf_memory_release()
597 buf->mems[i] = mem; in gst_va_dmabuf_allocator_setup_buffer_full()
656 GstMemory *mems[GST_VIDEO_MAX_PLANES] = { 0, }; in gst_va_dmabuf_allocator_prepare_buffer_unlocked() local
660 mems[0] = gst_va_memory_pool_pop (&self->pool); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
661 if (!mems[0]) in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
664 buf = gst_mini_object_get_qdata (GST_MINI_OBJECT (mems[0]), in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
695 mems[idx] = gst_va_memory_pool_pop (&self->pool); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
704 if (buf->mems[i] == mems[j]) { in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
715 gst_object_ref (buf->mems[j]->allocator); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
716 GST_MINI_OBJECT (mems[j])->dispose = NULL; in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
717 gst_memory_unref (mems[j]); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
723 gst_object_ref (buf->mems[i]->allocator); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
724 gst_buffer_append_memory (buffer, buf->mems[i]); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
727 buf->mems[i], gst_dmabuf_memory_get_fd (buf->mems[i]), in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
728 gst_va_memory_get_surface (buf->mems[i])); in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
885 memcpy (buf->mems, mem, sizeof (buf->mems)); in gst_va_dmabuf_memories_setup()