Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c89 static FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_…
169 …FLAC__bool got_a_frame; /* hack needed in Ogg FLAC seek routine to check when process_single() act… member
1007 FLAC__bool got_a_frame; in FLAC__stream_decoder_process_single() local
1027 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true)) in FLAC__stream_decoder_process_single()
1029 if(got_a_frame) in FLAC__stream_decoder_process_single()
1105 FLAC__bool got_a_frame; in FLAC__stream_decoder_skip_single_frame() local
1119 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false)) in FLAC__stream_decoder_skip_single_frame()
1121 if(got_a_frame) in FLAC__stream_decoder_skip_single_frame()
2015 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_de… in read_frame_() argument
2023 *got_a_frame = false; in read_frame_()
[all …]