Home
last modified time | relevance | path

Searched refs:gst_buffer_get_memory (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstbuffermemory.c35 mem = gst_buffer_get_memory (buffer, 0); in gst_buffer_memory_map()
73 map->mem = gst_buffer_get_memory (map->buf, map->index); in buffer_memory_map_next()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbufferpool.c203 mem = gst_buffer_get_memory (buf, 0); in GST_START_TEST()
213 mem = gst_buffer_get_memory (buf, 0); in GST_START_TEST()
Dgstbuffer.c480 mem = gst_buffer_get_memory (buf, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin_buffer_list.c161 memory = gst_buffer_get_memory (buffer, 0); in create_rtp_buffer_fields()
187 memory = gst_buffer_get_memory (buffer, 0); in check_seqnum()
208 memory = gst_buffer_get_memory (buffer, 0); in check_timestamp()
229 memory = gst_buffer_get_memory (buffer, 0); in check_header()
258 memory = gst_buffer_get_memory (buffer, 1); in check_payload()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphacombine.c330 alpha_mem = gst_buffer_get_memory (alpha_buffer, idx); in gst_alpha_combine_sink_chain()
335 alpha_mem = gst_buffer_get_memory (alpha_buffer, 0); in gst_alpha_combine_sink_chain()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c679 GstMemory *mem = gst_buffer_get_memory (split_buffer, i); in stereosplit_chain()
698 GstMemory *mem = gst_buffer_get_memory (split_buffer, i); in stereosplit_chain()
Dgstglstereomix.c680 in_mem = gst_buffer_get_memory (pad->current_buffer, 0); in gst_gl_stereo_mix_process_frames()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h357 GstMemory * gst_buffer_get_memory (GstBuffer *buffer, guint idx);
Dgstbuffer.c1203 gst_buffer_get_memory (GstBuffer * buffer, guint idx) in gst_buffer_get_memory() function
Dgstutils.c128 mem = gst_buffer_get_memory (buf, i); in gst_util_dump_buffer()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c137 GstMemory *mem = gst_buffer_get_memory (buf, 0); in gst_rtp_dummy_depay_process()
159 GstMemory *mem = gst_buffer_get_memory (buf, 0); in gst_rtp_dummy_depay_process()
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssink.cpp828 mem = gst_buffer_get_memory(*buf, i); in buffer_list_copy_data()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c876 mem = gst_buffer_get_memory (*buf, i); in buffer_list_copy_data()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c847 mem = gst_buffer_get_memory (buf, i); in cm_block_buffer_from_gst_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c2847 gst_buffer_get_memory (convert->outbuf, 1 + out_plane_offset); in _do_convert_one_view()
2849 gst_buffer_get_memory (convert->outbuf, 2 + out_plane_offset); in _do_convert_one_view()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c341 copy = gst_buffer_get_memory (buffer, 0); in gst_va_dmabuf_mem_copy()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1269 mem = gst_buffer_get_memory (buf, index); in gst_ttml_render_get_text_from_buffer()