Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dstream_decoder.h218 FLAC__STREAM_DECODER_END_OF_STREAM, enumerator
/external/flac/libFLAC/
Dstream_decoder.c1046 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_single()
1073 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_until_end_of_metadata()
1107 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_until_end_of_stream()
1138 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_skip_single_frame()
1159 decoder->protected_->state != FLAC__STREAM_DECODER_END_OF_STREAM in FLAC__stream_decoder_seek_absolute()
1982 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in frame_sync_()
2828 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in read_callback_()
2869 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in read_callback_()
3160 …EEKABLE_STREAM_DECODER_SEEKING && decoder->protected_->state != FLAC__STREAM_DECODER_END_OF_STREAM) in seek_to_absolute_sample_()