Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c327 rtpmp4gdepay->next_AU_index = -1; in gst_rtp_mp4g_depay_reset()
340 if (AU_index != rtpmp4gdepay->next_AU_index) { in gst_rtp_mp4g_depay_push_outbuf()
342 rtpmp4gdepay->next_AU_index); in gst_rtp_mp4g_depay_push_outbuf()
352 rtpmp4gdepay->next_AU_index = AU_index + 1; in gst_rtp_mp4g_depay_push_outbuf()
375 if (rtpmp4gdepay->next_AU_index == -1) { in gst_rtp_mp4g_depay_queue()
377 rtpmp4gdepay->next_AU_index = AU_index; in gst_rtp_mp4g_depay_queue()
380 if (rtpmp4gdepay->next_AU_index == AU_index) { in gst_rtp_mp4g_depay_queue()
392 if (rtpmp4gdepay->next_AU_index == AU_index) { in gst_rtp_mp4g_depay_queue()
397 rtpmp4gdepay->next_AU_index); in gst_rtp_mp4g_depay_queue()
623 rtpmp4gdepay->next_AU_index = GST_BUFFER_OFFSET (outbuf); in gst_rtp_mp4g_depay_process()
[all …]
Dgstrtpmp4gdepay.h66 guint next_AU_index; member