Searched refs:RtpStorage (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpstorage.h | 31 (G_TYPE_CHECK_INSTANCE_CAST((obj),RTP_TYPE_STORAGE,RtpStorage)) 39 typedef struct _RtpStorage RtpStorage; typedef 53 GstBufferList * rtp_storage_get_packets_for_recovery (RtpStorage * self, gint fec_pt, 55 void rtp_storage_put_recovered_packet (RtpStorage * self, GstBuffer * buffer, 57 GstBuffer * rtp_storage_get_redundant_packet (RtpStorage * self, guint32 ssrc, 59 gboolean rtp_storage_append_buffer (RtpStorage *self, GstBuffer *buffer); 60 void rtp_storage_clear (RtpStorage *self); 61 RtpStorage * rtp_storage_new (void); 62 void rtp_storage_set_size (RtpStorage *self, GstClockTime size); 63 GstClockTime rtp_storage_get_size (RtpStorage *self);
|
D | rtpstorage.c | 36 G_DEFINE_TYPE (RtpStorage, rtp_storage, G_TYPE_OBJECT); 43 rtp_storage_init (RtpStorage * self) in rtp_storage_init() 54 RtpStorage *self = RTP_STORAGE (obj); in rtp_storage_dispose() 76 rtp_storage_get_packets_for_recovery (RtpStorage * self, gint fec_pt, in rtp_storage_get_packets_for_recovery() 113 rtp_storage_get_redundant_packet (RtpStorage * self, guint32 ssrc, in rtp_storage_get_redundant_packet() 145 rtp_storage_do_put_recovered_packet (RtpStorage * self, in rtp_storage_do_put_recovered_packet() 166 rtp_storage_put_recovered_packet (RtpStorage * self, in rtp_storage_put_recovered_packet() 174 rtp_storage_append_buffer (RtpStorage * self, GstBuffer * buf) in rtp_storage_append_buffer() 234 rtp_storage_clear (RtpStorage * self) in rtp_storage_clear() 242 rtp_storage_set_size (RtpStorage * self, GstClockTime size) in rtp_storage_set_size() [all …]
|
D | gstrtpstorage.h | 52 RtpStorage *storage;
|
D | gstrtpulpfecdec.h | 55 RtpStorage *storage;
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpstorage.c | 43 RtpStorage *internal_storage; in get_packets_for_recovery() 60 RtpStorage *internal_storage; in put_recovered_packet()
|