Home
last modified time | relevance | path

Searched refs:tell_callback (Results 1 – 19 of 19) sorted by relevance

/external/flac/include/FLAC/
Dstream_decoder.h1077 FLAC__StreamDecoderTellCallback tell_callback,
1158 FLAC__StreamDecoderTellCallback tell_callback,
Dstream_encoder.h1493 …eamEncoderSeekCallback seek_callback, FLAC__StreamEncoderTellCallback tell_callback, FLAC__StreamE…
1561 …eamEncoderSeekCallback seek_callback, FLAC__StreamEncoderTellCallback tell_callback, FLAC__StreamE…
/external/flac/src/libFLAC++/
Dstream_decoder.cpp239 ::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_()
Dstream_encoder.cpp385 ::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/
Dflac_parser.cc67 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/
Dfuzzer_exo.cpp58 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/
Dflac_parser.cc68 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/
Dflac_parser.cc67 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/
Dstream_decoder.c125 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 …]
Dstream_encoder.c374 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/
Dflac_parser.h190 static FLAC__StreamDecoderTellStatus tell_callback(
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/
Dflac_parser.h190 static FLAC__StreamDecoderTellStatus tell_callback(
/external/exoplayer/tree/extensions/flac/src/main/jni/include/
Dflac_parser.h190 static FLAC__StreamDecoderTellStatus tell_callback(
/external/flac/src/test_libFLAC++/
Dencoders.cpp112 ::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
Ddecoders.cpp189 ::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++/
Ddecoder.h167 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset);
Dencoder.h191 virtual ::FLAC__StreamEncoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset);
/external/flac/src/utils/flacdiff/
Dmain.cpp70 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() function in Decoder
/external/flac/oss-fuzz/
Dfuzz-decoder.cc116 … ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset) override {