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

/external/flac/include/FLAC/
H A Dstream_decoder.h312 } FLAC__StreamDecoderReadStatus; typedef in typeref:enum:__anon4898
314 /** Maps a FLAC__StreamDecoderReadStatus to a C string.
316 * Using a FLAC__StreamDecoderReadStatus as the index to this array
476 * FLAC__StreamDecoderReadStatus.
480 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
511 * \retval FLAC__StreamDecoderReadStatus
516 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);

Completed in 45 milliseconds