Searched refs:max_AU_index (Results 1 – 2 of 2) sorted by relevance
326 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()
63 guint max_AU_index; member