Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderReadStatus

313 } FLAC__StreamDecoderReadStatus;
315 /** Maps a FLAC__StreamDecoderReadStatus to a C string.
317 * Using a FLAC__StreamDecoderReadStatus as the index to this array
477 * FLAC__StreamDecoderReadStatus.
481 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
512 * \retval FLAC__StreamDecoderReadStatus
517 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);