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

/external/flac/libFLAC/
H A Dstream_decoder.c194 FLAC__bool internal_reset_hack; /* used only during init() so we can call reset to set up the decoder without rewinding the input */ member in struct:FLAC__StreamDecoderPrivate
475 decoder->private_->internal_reset_hack = true; /* so the following reset does not try to rewind the input */
994 /*@@@ could go in !internal_reset_hack block below */
1000 * (internal_reset_hack) don't try to rewind since we are already at
1004 if(!decoder->private_->internal_reset_hack) {
1011 decoder->private_->internal_reset_hack = false;

Completed in 63 milliseconds