Searched refs:file_tell_callback_ (Results 1 - 2 of 2) sorted by relevance

/external/flac/libFLAC/
H A Dstream_decoder.c140 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
573 decoder->private_->file == stdin? 0: file_tell_callback_,
3360 FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function
H A Dstream_encoder.c321 static FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
1226 encoder->private_->file == stdout? 0 : file_tell_callback_,
4280 FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function

Completed in 87 milliseconds