Searched refs:FLAC__stream_decoder_process_single (Results 1 – 13 of 13) sorted by relevance
147 decoder_valid = FLAC__stream_decoder_process_single(decoder); in LLVMFuzzerTestOneInput()
148 if (!FLAC__stream_decoder_process_single(decoder_)) { in DecodeAudioFrame()
362 if(!FLAC__stream_decoder_process_single(decoder)) in seek_barrage()367 if(!FLAC__stream_decoder_process_single(decoder)) in seek_barrage()
174 FLAC__stream_decoder_process_single(mDecoder); in decodeFrames()
12 1. FLAC__stream_decoder_process_single (frame by frame decoding)
1475 FLAC_API FLAC__bool FLAC__stream_decoder_process_single(FLAC__StreamDecoder *decoder);
206 return static_cast<bool>(::FLAC__stream_decoder_process_single(decoder_)); in process_single()
368 if (!FLAC__stream_decoder_process_single(mDecoder)) { in readBuffer()
546 if(!FLAC__stream_decoder_process_single(decoder)) in test_stream_decoder()563 if(!FLAC__stream_decoder_process_single(decoder)) in test_stream_decoder()
992 FLAC_API FLAC__bool FLAC__stream_decoder_process_single(FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_process_single() function3455 …if(!FLAC__stream_decoder_process_single(decoder) || decoder->protected_->state == FLAC__STREAM_DEC… in seek_to_absolute_sample_()3596 if(!FLAC__stream_decoder_process_single(decoder) || in seek_to_absolute_sample_ogg_()
2679 if(!FLAC__stream_decoder_process_single(encoder->private_->verify.decoder) in write_bitbuffer_()
1344 …if(decoder_state == FLAC__STREAM_DECODER_ABORTED || !FLAC__stream_decoder_process_single(encoder_s… in flac__encode_file()