Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.c655 GstBuffer *gstbuf; in on_receive() local
665 gstbuf = in on_receive()
668 gst_sctp_buffer_add_receive_meta (gstbuf, ppid); in on_receive()
671 item->object = GST_MINI_OBJECT (gstbuf); in on_receive()
Dgstsctpenc.c891 GstBuffer *gstbuf; in on_sctp_packet_out() local
899 gstbuf = gst_buffer_new_memdup (buf, length); in on_sctp_packet_out()
902 item->object = GST_MINI_OBJECT (gstbuf); in on_sctp_packet_out()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c307 GstBuffer * gstbuf) in gst_v4l2_codec_allocator_prepare_buffer() argument
324 gst_buffer_append_memory (gstbuf, buf->mem[i]); in gst_v4l2_codec_allocator_prepare_buffer()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1691 GstBuffer *gstbuf; in gst_soup_http_src_alloc_buffer() local
1694 basesrc->blocksize, &gstbuf); in gst_soup_http_src_alloc_buffer()
1699 return gstbuf; in gst_soup_http_src_alloc_buffer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c1049 add_rtcp_sdes_packet (GstBuffer * gstbuf, guint32 ssrc, const char *cname) in add_rtcp_sdes_packet() argument
1054 gst_rtcp_buffer_map (gstbuf, GST_MAP_READWRITE, &buffer); in add_rtcp_sdes_packet()