Home
last modified time | relevance | path

Searched refs:GST_MAP_VA (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.h61 #define GST_MAP_VA (GST_MAP_FLAG_LAST << 1) macro
Dgstvaallocator.c1116 if (flags & GST_MAP_VA) { in _va_map_unlocked()
1201 if (mem->prev_mapflags & GST_MAP_VA) in _va_unmap_unlocked()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c21 #define GST_MAP_VA (GST_MAP_FLAG_LAST << 1) macro
93 if (!gst_buffer_map (buffer, &map_info, GST_MAP_READ | GST_MAP_VA)) in draw_unlocked()
/third_party/gstreamer/gstplugins_bad/
DChangeLog21661 va: allocator: support for GST_MAP_VA map flag