Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c222 GList *older_sibling = g_list_find_custom (self->rtp_history->head, in gst_red_history_lost_seq_num_for_timestamp() local
230 if (NULL == older_sibling) { in gst_red_history_lost_seq_num_for_timestamp()
239 if (NULL == older_sibling->prev) { in gst_red_history_lost_seq_num_for_timestamp()
247 older = older_sibling->data; in gst_red_history_lost_seq_num_for_timestamp()
248 newer = older_sibling->prev->data; in gst_red_history_lost_seq_num_for_timestamp()