Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderTellStatus

358 } FLAC__StreamDecoderTellStatus;
360 /** Maps a FLAC__StreamDecoderTellStatus to a C string.
362 * Using a FLAC__StreamDecoderTellStatus as the index to this array
563 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
586 * \retval FLAC__StreamDecoderTellStatus
589 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);