Lines Matching refs:FLAC__StreamDecoderWriteStatus
402 } FLAC__StreamDecoderWriteStatus;
404 /** Maps a FLAC__StreamDecoderWriteStatus to a C string.
406 * Using a FLAC__StreamDecoderWriteStatus as the index to this array
680 * \retval FLAC__StreamDecoderWriteStatus
683 typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);