Searched refs:unparseable_frame_count (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c202 unsigned unparseable_frame_count; /* used to tell whether we're decoding a future version of FLAC or just got a bad sync */ member in struct:FLAC__StreamDecoderPrivate
1033 decoder->private_->unparseable_frame_count = 0;
2807 * unparseable_frame_count. But there is a remote possibility
2812 if(decoder->private_->is_seeking && decoder->private_->unparseable_frame_count > 20) {
2969 decoder->private_->unparseable_frame_count++;
3121 * unparseable_frame_count; if we get too many unparseable
3126 decoder->private_->unparseable_frame_count = 0;

Completed in 40 milliseconds