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.c226 GList *older_sibling = g_list_find_custom (rtp_history->head, in gst_red_history_lost_seq_num_for_timestamp() local
234 if (NULL == older_sibling) { in gst_red_history_lost_seq_num_for_timestamp()
243 if (NULL == older_sibling->prev) { in gst_red_history_lost_seq_num_for_timestamp()
251 older = older_sibling->data; in gst_red_history_lost_seq_num_for_timestamp()
252 newer = older_sibling->prev->data; in gst_red_history_lost_seq_num_for_timestamp()