Home
last modified time | relevance | path

Searched defs:absolute_byte_offset (Results 1 – 15 of 15) sorted by relevance

/external/flac/src/libFLAC++/
Dstream_decoder.cpp233 ::FLAC__StreamDecoderSeekStatus Stream::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback()
239 ::FLAC__StreamDecoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
270 …tream::seek_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in seek_callback_()
279 …ream::tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in tell_callback_()
Dstream_encoder.cpp379 ::FLAC__StreamEncoderSeekStatus Stream::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback()
385 ::FLAC__StreamEncoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
414 …tream::seek_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, voi… in seek_callback_()
423 …ream::tell_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, voi… in tell_callback_()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/
Dflac_parser.cc62 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback()
69 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback()
127 FLAC__uint64 absolute_byte_offset) { in seekCallback()
134 FLAC__uint64 *absolute_byte_offset) { in tellCallback()
/external/exoplayer/tree/extensions/flac/src/main/jni/
Dflac_parser.cc63 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback()
70 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback()
128 FLAC__uint64 absolute_byte_offset) { in seekCallback()
135 FLAC__uint64 *absolute_byte_offset) { in tellCallback()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/
Dflac_parser.cc62 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback()
69 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback()
127 FLAC__uint64 absolute_byte_offset) { in seekCallback()
134 FLAC__uint64 *absolute_byte_offset) { in tellCallback()
/external/oss-fuzz/projects/flac/
Dfuzzer_exo.cpp53 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback()
60 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback()
118 FLAC__uint64 absolute_byte_offset) { in seekCallback()
125 FLAC__uint64 *absolute_byte_offset) { in tellCallback()
/external/flac/src/test_libFLAC++/
Dencoders.cpp144 ::FLAC__StreamEncoderSeekStatus StreamEncoder::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback()
154 ::FLAC__StreamEncoderTellStatus StreamEncoder::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
Ddecoders.cpp229 ::FLAC__StreamDecoderSeekStatus StreamDecoder::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback()
245 ::FLAC__StreamDecoderTellStatus StreamDecoder::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
/external/flac/src/test_libFLAC/
Dencoders.c120 …_encoder_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, voi… in stream_encoder_seek_callback_()
130 …encoder_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, voi… in stream_encoder_tell_callback_()
Ddecoders.c162 …_decoder_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in stream_decoder_seek_callback_()
184 …decoder_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in stream_decoder_tell_callback_()
/external/flac/oss-fuzz/
Dfuzz-decoder.cc102 … ::FLAC__StreamDecoderSeekStatus seek_callback(FLAC__uint64 absolute_byte_offset) override { in seek_callback()
/external/flac/src/utils/flacdiff/
Dmain.cpp70 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
/external/flac/src/flac/
Dencode.c2514 …c_decoder_seek_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in flac_decoder_seek_callback()
2525 …_decoder_tell_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in flac_decoder_tell_callback()
/external/flac/src/libFLAC/
Dstream_decoder.c3363 …tus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in file_seek_callback_()
3375 …us file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in file_tell_callback_()
Dstream_encoder.c4494 …tus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, voi…
4504 …us file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, voi…