Searched refs:do_full_decode (Results 1 – 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
D | stream_decoder.c | 118 …bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode); 120 …subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode); 121 …constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode); 122 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode); 123 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode); 124 …verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode); 2001 …_bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) in read_frame_() argument 2053 if(!read_subframe_(decoder, channel, bps, do_full_decode)) in read_frame_() 2070 if(do_full_decode) { in read_frame_() 2113 if(do_full_decode) { in read_frame_() [all …]
|