Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_decoder.c89 …bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode);
91 …subframe_(FLAC__StreamDecoder *decoder, uint32_t channel, uint32_t bps, FLAC__bool do_full_decode);
92 …constant_(FLAC__StreamDecoder *decoder, uint32_t channel, uint32_t bps, FLAC__bool do_full_decode);
93 …Decoder *decoder, uint32_t channel, uint32_t bps, const uint32_t order, FLAC__bool do_full_decode);
94 …Decoder *decoder, uint32_t channel, uint32_t bps, const uint32_t order, FLAC__bool do_full_decode);
95 …verbatim_(FLAC__StreamDecoder *decoder, uint32_t channel, uint32_t bps, FLAC__bool do_full_decode);
2016 …_bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) in read_frame_() argument
2068 if(!read_subframe_(decoder, channel, bps, do_full_decode)) in read_frame_()
2085 if(do_full_decode) { in read_frame_()
2128 if(do_full_decode) { in read_frame_()
[all …]