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

/external/flac/include/FLAC/
H A Dstream_decoder.h162 * (until the next FLAC__stream_decoder_reset()) if there is no signature
226 * FLAC__stream_decoder_reset() before decoding can continue.
783 * FLAC__stream_decoder_reset()) if there is no signature in the
1398 * that FLAC__stream_decoder_reset() cannot be used when decoding from
1417 FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder);
1542 * FLAC__stream_decoder_reset() before decoding can continue.
/external/flac/libFLAC/
H A Dstream_decoder.c476 if(!FLAC__stream_decoder_reset(decoder)) {
982 FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder) function

Completed in 102 milliseconds