Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
Dcommon.c100 int more_chunks = 1; in read_wav_header() local
143 more_chunks = 0; in read_wav_header()
155 } while (more_chunks); in read_wav_header()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtpdec.c552 gboolean more_chunks, more_items; in gst_rtp_dec_chain_rtcp() local
557 more_chunks = gst_rtcp_packet_sdes_first_chunk (&packet); in gst_rtp_dec_chain_rtcp()
559 while (more_chunks) { in gst_rtp_dec_chain_rtcp()
581 more_chunks = gst_rtcp_packet_sdes_next_chunk (&packet); in gst_rtp_dec_chain_rtcp()