Home
last modified time | relevance | path

Searched refs:gst_buffer_map_range (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c338 if (!gst_buffer_map_range (buffer, 0, 1, &rtp->map[0], flags)) in gst_rtp_buffer_map()
379 if (!gst_buffer_map_range (buffer, idx, length, &rtp->map[1], flags)) in gst_rtp_buffer_map()
410 if (!gst_buffer_map_range (buffer, idx, length, &rtp->map[3], flags)) in gst_rtp_buffer_map()
777 if (!gst_buffer_map_range (rtp->buffer, idx, length, &rtp->map[2], in gst_rtp_buffer_map_payload()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-buffer.c167 if (!gst_buffer_map_range (gstbuffer, idx, length, in gst_audio_buffer_map()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbuffer.c720 gst_buffer_map_range (buf, 1, 2, &map, GST_MAP_READ); in GST_START_TEST()
731 gst_buffer_map_range (buf, 1, 2, &map, GST_MAP_READ); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h408 gboolean gst_buffer_map_range (GstBuffer *buffer, guint idx, gint length,
Dgstbuffer.c1794 return gst_buffer_map_range (buffer, 0, -1, info, flags); in gst_buffer_map()
1823 gst_buffer_map_range (GstBuffer * buffer, guint idx, gint length, in gst_buffer_map_range() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideometa.c231 if (!gst_buffer_map_range (buffer, idx, length, info, flags)) in default_map()