Home
last modified time | relevance | path

Searched refs:gst_buffer_get_all_memory (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c343 GstMemory *mem = gst_buffer_get_all_memory (buffer); in rtp_ulpfec_map_info_map()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h360 GstMemory * gst_buffer_get_all_memory (GstBuffer *buffer);
Dgstbuffer.c1218 gst_buffer_get_all_memory (GstBuffer * buffer) in gst_buffer_get_all_memory() function
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c1611 mem = gst_buffer_get_all_memory (tmp); in gst_vc1_parse_convert_asf_to_bdu()
1696 mem = gst_buffer_get_all_memory (frame_layer); in gst_vc1_parse_convert_to_frame_layer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c953 gst_buffer_get_all_memory (outbuffer)); in test_toc()