Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c326 rtpmp4gdepay->max_AU_index = -1; in gst_rtp_mp4g_depay_reset()
605 if (rtpmp4gdepay->max_AU_index != -1 in gst_rtp_mp4g_depay_process()
606 && rtpmp4gdepay->max_AU_index <= AU_index) { in gst_rtp_mp4g_depay_process()
612 rtpmp4gdepay->max_AU_index != -1 in gst_rtp_mp4g_depay_process()
613 && rtpmp4gdepay->max_AU_index >= AU_index)) { in gst_rtp_mp4g_depay_process()
637 if (rtpmp4gdepay->max_AU_index == -1 in gst_rtp_mp4g_depay_process()
638 || AU_index > rtpmp4gdepay->max_AU_index) in gst_rtp_mp4g_depay_process()
639 rtpmp4gdepay->max_AU_index = AU_index; in gst_rtp_mp4g_depay_process()
Dgstrtpmp4gdepay.h63 guint max_AU_index; member