Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
DlibFLAC_blocklist.txt18 fun:read_frame_
Dstream_decoder.c88 static FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_…
1002 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true)) in FLAC__stream_decoder_process_single()
1063 if(!read_frame_(decoder, &dummy, /*do_full_decode=*/true)) in FLAC__stream_decoder_process_until_end_of_stream()
1091 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false)) in FLAC__stream_decoder_skip_single_frame()
2031 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_de… in read_frame_() function