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.c1043 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_single()
1070 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_until_end_of_metadata()
1104 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_process_until_end_of_stream()
1135 case FLAC__STREAM_DECODER_END_OF_STREAM: in FLAC__stream_decoder_skip_single_frame()
1156 decoder->protected_->state != FLAC__STREAM_DECODER_END_OF_STREAM in FLAC__stream_decoder_seek_absolute()
1976 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in frame_sync_()
2821 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in read_callback_()
2862 decoder->protected_->state = FLAC__STREAM_DECODER_END_OF_STREAM; in read_callback_()
3153 …EEKABLE_STREAM_DECODER_SEEKING && decoder->protected_->state != FLAC__STREAM_DECODER_END_OF_STREAM) in seek_to_absolute_sample_()