Searched refs:FLAC__stream_decoder_process_single (Results 1 – 15 of 15) sorted by relevance
362 if(!FLAC__stream_decoder_process_single(decoder)) in seek_barrage()367 if(!FLAC__stream_decoder_process_single(decoder)) in seek_barrage()
147 decoder_valid = FLAC__stream_decoder_process_single(decoder); in LLVMFuzzerTestOneInput()
174 FLAC__stream_decoder_process_single(mDecoder); in decodeFrames()
12 1. FLAC__stream_decoder_process_single (frame by frame decoding)
546 if(!FLAC__stream_decoder_process_single(decoder)) in test_stream_decoder()563 if(!FLAC__stream_decoder_process_single(decoder)) in test_stream_decoder()
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()
355 if (!FLAC__stream_decoder_process_single(mDecoder)) { in decodeOneFrame()
368 if (!FLAC__stream_decoder_process_single(mDecoder)) { in readBuffer()
244 239: FUNC GLOBAL DEFAULT 15 FLAC__stream_decoder_process_single
592 if (!FLAC__stream_decoder_process_single(mDecoder)) { in readBuffer()
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()