Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderLengthStatus

382 } FLAC__StreamDecoderLengthStatus;
384 /** Maps a FLAC__StreamDecoderLengthStatus to a C string.
386 * Using a FLAC__StreamDecoderLengthStatus as the index to this array
601 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
625 * \retval FLAC__StreamDecoderLengthStatus
628 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);