Searched refs:FLAC__StreamDecoderLengthStatus (Results 1 - 2 of 2) sorted by path

/external/flac/include/FLAC/
H A Dstream_decoder.h381 } FLAC__StreamDecoderLengthStatus; typedef in typeref:enum:__anon20694
383 /** Maps a FLAC__StreamDecoderLengthStatus to a C string.
385 * Using a FLAC__StreamDecoderLengthStatus as the index to this array
600 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
624 * \retval FLAC__StreamDecoderLengthStatus
627 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
/external/flac/libFLAC/
H A Dstream_decoder.c141 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
3375 FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)

Completed in 212 milliseconds