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

/external/flac/include/FLAC/
H A Dstream_decoder.h401 } FLAC__StreamDecoderWriteStatus; typedef in typeref:enum:__anon21499
403 /** Maps a FLAC__StreamDecoderWriteStatus to a C string.
405 * Using a FLAC__StreamDecoderWriteStatus as the index to this array
679 * \retval FLAC__StreamDecoderWriteStatus
682 typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);

Completed in 370 milliseconds