Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamEncoderTellStatus

442 } FLAC__StreamEncoderTellStatus;
444 /** Maps a FLAC__StreamEncoderTellStatus to a C string.
446 * Using a FLAC__StreamEncoderTellStatus as the index to this array
609 * FLAC__StreamEncoderTellStatus tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
632 * \retval FLAC__StreamEncoderTellStatus
635 typedef FLAC__StreamEncoderTellStatus (*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);