Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c977 decoder->protected_->state = FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC; in FLAC__stream_decoder_flush()
1061 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_single()
1096 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_until_end_of_metadata()
1124 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_until_end_of_stream()
1153 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_skip_single_frame()
1182 decoder->protected_->state != FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC && in FLAC__stream_decoder_seek_absolute()
1597 decoder->protected_->state = FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC; in read_metadata_()
2019 …if(decoder->protected_->state == FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC) /* means we didn't sy… in read_frame_()
2055 …if(decoder->protected_->state == FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC) /* means bad sync or … in read_frame_()
2060 …if(decoder->protected_->state == FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC) /* means bad sync or … in read_frame_()
[all …]
/external/flac/include/FLAC/
Dstream_decoder.h209 FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC, enumerator