Searched refs:gst_buffer_map_range (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.c | 338 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/ |
D | audio-buffer.c | 167 if (!gst_buffer_map_range (gstbuffer, idx, length, in gst_audio_buffer_map()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbuffer.c | 720 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/ |
D | gstbuffer.h | 408 gboolean gst_buffer_map_range (GstBuffer *buffer, guint idx, gint length,
|
D | gstbuffer.c | 1794 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/ |
D | gstvideometa.c | 231 if (!gst_buffer_map_range (buffer, idx, length, info, flags)) in default_map()
|