/external/flac/include/FLAC/ |
D | stream_decoder.h | 1077 FLAC__StreamDecoderTellCallback tell_callback, 1158 FLAC__StreamDecoderTellCallback tell_callback,
|
D | stream_encoder.h | 1493 …eamEncoderSeekCallback seek_callback, FLAC__StreamEncoderTellCallback tell_callback, FLAC__StreamE… 1561 …eamEncoderSeekCallback seek_callback, FLAC__StreamEncoderTellCallback tell_callback, FLAC__StreamE…
|
/external/flac/src/libFLAC++/ |
D | stream_decoder.cpp | 239 ::FLAC__StreamDecoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in FLAC::Decoder::Stream 285 return instance->tell_callback(absolute_byte_offset); in tell_callback_()
|
D | stream_encoder.cpp | 385 ::FLAC__StreamEncoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in FLAC::Encoder::Stream 429 return instance->tell_callback(absolute_byte_offset); in tell_callback_()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 67 FLAC__StreamDecoderTellStatus FLACParser::tell_callback( in tell_callback() function in FLACParser 313 mDecoder, read_callback, seek_callback, tell_callback, length_callback, in init()
|
/external/oss-fuzz/projects/flac/ |
D | fuzzer_exo.cpp | 58 FLAC__StreamDecoderTellStatus FLACParser::tell_callback( in tell_callback() function in FLACParser 298 mDecoder, read_callback, seek_callback, tell_callback, length_callback, in init()
|
/external/exoplayer/tree/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 68 FLAC__StreamDecoderTellStatus FLACParser::tell_callback( in tell_callback() function in FLACParser 314 mDecoder, read_callback, seek_callback, tell_callback, length_callback, in init()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 67 FLAC__StreamDecoderTellStatus FLACParser::tell_callback( in tell_callback() function in FLACParser 313 mDecoder, read_callback, seek_callback, tell_callback, length_callback, in init()
|
/external/flac/src/libFLAC/ |
D | stream_decoder.c | 125 FLAC__StreamDecoderTellCallback tell_callback; member 340 FLAC__StreamDecoderTellCallback tell_callback, in init_stream_internal_() argument 362 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) in init_stream_internal_() 423 decoder->private_->tell_callback = tell_callback; in init_stream_internal_() 451 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_stream() argument 464 tell_callback, in FLAC__stream_decoder_init_stream() 479 FLAC__StreamDecoderTellCallback tell_callback, in FLAC__stream_decoder_init_ogg_stream() argument 492 tell_callback, in FLAC__stream_decoder_init_ogg_stream() 906 if(0 == decoder->private_->tell_callback) in FLAC__stream_decoder_get_decode_position() 908 …if(decoder->private_->tell_callback(decoder, position, decoder->private_->client_data) != FLAC__ST… in FLAC__stream_decoder_get_decode_position() [all …]
|
D | stream_encoder.c | 374 FLAC__StreamEncoderTellCallback tell_callback; member 622 FLAC__StreamEncoderTellCallback tell_callback, in init_stream_internal_() argument 639 if(0 == write_callback || (seek_callback && 0 == tell_callback)) in init_stream_internal_() 1115 encoder->private_->tell_callback = tell_callback; in init_stream_internal_() 1274 …if(encoder->private_->tell_callback && encoder->private_->tell_callback(encoder, &encoder->protect… in init_stream_internal_() 1289 FLAC__StreamEncoderTellCallback tell_callback, in FLAC__stream_encoder_init_stream() argument 1299 tell_callback, in FLAC__stream_encoder_init_stream() 1311 FLAC__StreamEncoderTellCallback tell_callback, in FLAC__stream_encoder_init_ogg_stream() argument 1321 tell_callback, in FLAC__stream_encoder_init_ogg_stream() 2361 encoder->private_->tell_callback = 0; in set_defaults_() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 190 static FLAC__StreamDecoderTellStatus tell_callback(
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 190 static FLAC__StreamDecoderTellStatus tell_callback(
|
/external/exoplayer/tree/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 190 static FLAC__StreamDecoderTellStatus tell_callback(
|
/external/flac/src/test_libFLAC++/ |
D | encoders.cpp | 112 ::FLAC__StreamEncoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset); 154 ::FLAC__StreamEncoderTellStatus StreamEncoder::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in StreamEncoder
|
D | decoders.cpp | 189 ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset); 245 ::FLAC__StreamDecoderTellStatus StreamDecoder::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in StreamDecoder
|
/external/flac/include/FLAC++/ |
D | decoder.h | 167 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset);
|
D | encoder.h | 191 virtual ::FLAC__StreamEncoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset);
|
/external/flac/src/utils/flacdiff/ |
D | main.cpp | 70 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in Decoder
|
/external/flac/oss-fuzz/ |
D | fuzz-decoder.cc | 116 … ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) override {
|