OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__stream_decoder_finish
(Results
1 - 4
of
4
) sorted by null
/external/flac/include/FLAC/
stream_decoder.h
95
* - The program finishes the decoding with
FLAC__stream_decoder_finish
(),
142
* the instance is finished by calling
FLAC__stream_decoder_finish
(), which
159
* turned on before initialization,
FLAC__stream_decoder_finish
() will
185
* FLAC__stream_decoder_new() or
FLAC__stream_decoder_finish
(), but
190
*
FLAC__stream_decoder_finish
() resets all settings to the constructor
278
*
FLAC__stream_decoder_finish
() was not called.
[
all
...]
/external/flac/libFLAC/
metadata_iterators.c
195
(void)
FLAC__stream_decoder_finish
(decoder);
201
(void)
FLAC__stream_decoder_finish
(decoder);
208
(void)
FLAC__stream_decoder_finish
(decoder);
[
all
...]
stream_decoder.c
351
(void)
FLAC__stream_decoder_finish
(decoder);
665
FLAC_API FLAC__bool
FLAC__stream_decoder_finish
(FLAC__StreamDecoder *decoder)
[
all
...]
stream_encoder.c
[
all
...]
Completed in 24 milliseconds