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.c951 decoder->protected_->state = FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC; in FLAC__stream_decoder_flush()
1033 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_single()
1068 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_until_end_of_metadata()
1096 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_process_until_end_of_stream()
1125 case FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC: in FLAC__stream_decoder_skip_single_frame()
1154 decoder->protected_->state != FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC && in FLAC__stream_decoder_seek_absolute()
1578 decoder->protected_->state = FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC; in read_metadata_()
2040 …if(decoder->protected_->state == FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC) /* means we didn't sy… in read_frame_()
2076 …if(decoder->protected_->state == FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC) /* means bad sync or … in read_frame_()
2081 …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.h210 FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC, enumerator