Home
last modified time | relevance | path

Searched refs:confbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c148 GstBuffer * confbuf) in gst_rtp_theora_depay_parse_configuration() argument
157 gst_buffer_map (confbuf, &map, GST_MAP_READ); in gst_rtp_theora_depay_parse_configuration()
282 gst_buffer_copy_region (confbuf, GST_BUFFER_COPY_ALL, data - map.data, in gst_rtp_theora_depay_parse_configuration()
291 gst_buffer_unmap (confbuf, &map); in gst_rtp_theora_depay_parse_configuration()
292 gst_buffer_unref (confbuf); in gst_rtp_theora_depay_parse_configuration()
300 gst_buffer_unmap (confbuf, &map); in gst_rtp_theora_depay_parse_configuration()
301 gst_buffer_unref (confbuf); in gst_rtp_theora_depay_parse_configuration()
311 GstBuffer *confbuf; in gst_rtp_theora_depay_parse_inband_configuration() local
318 confbuf = gst_buffer_new_and_alloc (size + 9); in gst_rtp_theora_depay_parse_inband_configuration()
319 gst_buffer_map (confbuf, &map, GST_MAP_WRITE); in gst_rtp_theora_depay_parse_inband_configuration()
[all …]
Dgstrtpvorbisdepay.c159 GstBuffer * confbuf) in gst_rtp_vorbis_depay_parse_configuration() argument
169 gst_buffer_map (confbuf, &map, GST_MAP_READ); in gst_rtp_vorbis_depay_parse_configuration()
307 buf = gst_buffer_copy_region (confbuf, GST_BUFFER_COPY_ALL, offset, in gst_rtp_vorbis_depay_parse_configuration()
316 gst_buffer_unmap (confbuf, &map); in gst_rtp_vorbis_depay_parse_configuration()
317 gst_buffer_unref (confbuf); in gst_rtp_vorbis_depay_parse_configuration()
325 gst_buffer_unmap (confbuf, &map); in gst_rtp_vorbis_depay_parse_configuration()
326 gst_buffer_unref (confbuf); in gst_rtp_vorbis_depay_parse_configuration()
336 GstBuffer *confbuf; in gst_rtp_vorbis_depay_parse_inband_configuration() local
343 confbuf = gst_buffer_new_and_alloc (size + 9); in gst_rtp_vorbis_depay_parse_inband_configuration()
344 gst_buffer_map (confbuf, &map, GST_MAP_WRITE); in gst_rtp_vorbis_depay_parse_inband_configuration()
[all …]