Searched defs:FLAC__StreamDecoderLengthStatus (Results 1 - 1 of 1) sorted by relevance

/external/flac/include/FLAC/
H A Dstream_decoder.h381 } FLAC__StreamDecoderLengthStatus; typedef in typeref:enum:__anon21498
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);

Completed in 1630 milliseconds