Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c445 g_hash_table_lookup (self->rtp_histories, GUINT_TO_POINTER (ssrc)))) { in gst_rtp_red_dec_chain()
447 g_hash_table_insert (self->rtp_histories, GUINT_TO_POINTER (ssrc), in gst_rtp_red_dec_chain()
479 g_hash_table_unref (self->rtp_histories); in gst_rtp_red_dec_dispose()
517 self->rtp_histories = in gst_rtp_red_dec_init()
Dgstrtpreddec.h55 GHashTable *rtp_histories; member