/external/flac/include/FLAC/ |
D | stream_decoder.h | 1096 FLAC__StreamDecoderEofCallback eof_callback, 1177 FLAC__StreamDecoderEofCallback eof_callback,
|
/external/flac/src/libFLAC++/ |
D | stream_decoder.cpp | 251 bool Stream::eof_callback() in eof_callback() function in FLAC::Decoder::Stream 303 return instance->eof_callback(); in eof_callback_()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 81 FLAC__bool FLACParser::eof_callback(const FLAC__StreamDecoder * /* decoder */, in eof_callback() function in FLACParser 314 eof_callback, write_callback, metadata_callback, error_callback, in init()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 81 FLAC__bool FLACParser::eof_callback(const FLAC__StreamDecoder * /* decoder */, in eof_callback() function in FLACParser 314 eof_callback, write_callback, metadata_callback, error_callback, in init()
|
/external/flac/src/libFLAC/ |
D | stream_decoder.c | 128 FLAC__StreamDecoderEofCallback eof_callback; member 345 FLAC__StreamDecoderEofCallback eof_callback, in init_stream_internal_() argument 365 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) in init_stream_internal_() 395 decoder->private_->eof_callback = eof_callback; in init_stream_internal_() 423 FLAC__StreamDecoderEofCallback eof_callback, in FLAC__stream_decoder_init_stream() argument 436 eof_callback, in FLAC__stream_decoder_init_stream() 451 FLAC__StreamDecoderEofCallback eof_callback, in FLAC__stream_decoder_init_ogg_stream() argument 464 eof_callback, in FLAC__stream_decoder_init_ogg_stream() 1138 FLAC__ASSERT(decoder->private_->eof_callback); in FLAC__stream_decoder_seek_absolute() 1211 decoder->private_->eof_callback = 0; in set_defaults_() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 196 static FLAC__bool eof_callback(const FLAC__StreamDecoder *decoder,
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 196 static FLAC__bool eof_callback(const FLAC__StreamDecoder *decoder,
|
/external/flac/include/FLAC++/ |
D | decoder.h | 173 virtual bool eof_callback();
|
/external/flac/src/utils/flacdiff/ |
D | main.cpp | 79 virtual bool eof_callback() in eof_callback() function in Decoder
|
/external/flac/src/test_libFLAC++/ |
D | decoders.cpp | 191 bool eof_callback(); 276 bool StreamDecoder::eof_callback() in eof_callback() function in StreamDecoder
|
/external/python/cpython3/Lib/idlelib/ |
D | pyshell.py | 906 text.bind("<<end-of-file>>", self.eof_callback) 1217 def eof_callback(self, event): member in PyShell
|