Lines Matching refs:do_full_decode

95 …bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode);
97 …subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
98 …constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
99 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
100 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
101 …verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
2028 …_bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) in read_frame_() argument
2080 if(!read_subframe_(decoder, channel, bps, do_full_decode)) in read_frame_()
2097 if(do_full_decode) { in read_frame_()
2140 if(do_full_decode) { in read_frame_()
2164 if(do_full_decode) { in read_frame_()
2482 …_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_() argument
2513 if(!read_subframe_constant_(decoder, channel, bps, do_full_decode)) in read_subframe_()
2517 if(!read_subframe_verbatim_(decoder, channel, bps, do_full_decode)) in read_subframe_()
2526 if(!read_subframe_fixed_(decoder, channel, bps, (x>>1)&7, do_full_decode)) in read_subframe_()
2537 if(!read_subframe_lpc_(decoder, channel, bps, ((x>>1)&31)+1, do_full_decode)) in read_subframe_()
2543 if(wasted_bits && do_full_decode) { in read_subframe_()
2554 …_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_constant_() argument
2569 if(do_full_decode) { in read_subframe_constant_()
2577 …mDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) in read_subframe_fixed_() argument
2631 if(do_full_decode) { in read_subframe_fixed_()
2639 …mDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) in read_subframe_lpc_() argument
2720 if(do_full_decode) { in read_subframe_lpc_()
2734 …_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_verbatim_() argument
2751 if(do_full_decode) in read_subframe_verbatim_()