Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC++/
H A 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_()
H A Dstream_encoder.cpp382 ::FLAC__StreamEncoderSeekStatus Stream::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback()
388 ::FLAC__StreamEncoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
417 …tream::seek_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, voi… in seek_callback_()
426 …ream::tell_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, voi… in tell_callback_()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/
H A 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()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/
H A 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()
/aosp_15_r20/frameworks/av/media/module/extractors/flac/
H A DFLACExtractor.cpp243 FLAC__uint64 absolute_byte_offset, void *client_data) in seek_callback()
250 FLAC__uint64 *absolute_byte_offset, void *client_data) in tell_callback()
312 FLAC__uint64 absolute_byte_offset) in seekCallback()
320 FLAC__uint64 *absolute_byte_offset) in tellCallback()
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A 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()
H A 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()
/aosp_15_r20/external/flac/src/test_libFLAC/
H A 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_()
H A 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_()
/aosp_15_r20/external/flac/src/utils/flacdiff/
H A Dmain.cpp70 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback()
/aosp_15_r20/external/flac/oss-fuzz/
H A Ddecoder.cc153 … ::FLAC__StreamDecoderSeekStatus seek_callback(FLAC__uint64 absolute_byte_offset) override { in seek_callback()
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c2467 …c_decoder_seek_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in flac_decoder_seek_callback()
2478 …_decoder_tell_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in flac_decoder_tell_callback()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_decoder.c3678 …tus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, voi… in file_seek_callback_()
3690 …us file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, voi… in file_tell_callback_()
H A Dstream_encoder.c4652 …tus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, voi… in file_seek_callback_()
4662 …us file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, voi… in file_tell_callback_()