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.c116 …e_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *clie…
117 …_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.c300 …e_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *clie…
301 …_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *clie…
4462 …e_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *clie… argument
4466 if(fseeko(encoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0)
4472 …_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *clie… argument
4484 *absolute_byte_offset = (FLAC__uint64)offset;