Home
last modified time | relevance | path

Searched refs:absolute_byte_offset (Results 1 – 4 of 4) sorted by relevance

/external/flac/include/FLAC/
Dstream_decoder.h552 …derSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *clie…
590 …erTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *clie…
Dstream_encoder.h591 …derSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *clie…
636 …erTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *clie…
/external/flac/libFLAC/
Dstream_decoder.c110 …e_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *clie…
111 …_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *clie…
3353 …e_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *clie… in file_seek_callback_() argument
3359 else if(fseeko(decoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0) in file_seek_callback_()
3365 …_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *clie… in file_tell_callback_() argument
3375 *absolute_byte_offset = (FLAC__uint64)pos; in file_tell_callback_()
Dstream_encoder.c304 …e_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *clie…
305 …_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *clie…
4460 …e_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *clie… argument
4464 if(fseeko(encoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0)
4470 …_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *clie… argument
4482 *absolute_byte_offset = (FLAC__uint64)offset;