Home
last modified time | relevance | path

Searched defs:eof_callback (Results 1 – 9 of 9) sorted by relevance

/external/flac/src/utils/flacdiff/
Dmain.cpp79 virtual bool eof_callback() in eof_callback() function in Decoder
/external/flac/src/test_libFLAC++/
Ddecoders.cpp276 bool StreamDecoder::eof_callback() in eof_callback() function in StreamDecoder
/external/flac/src/libFLAC++/
Dstream_decoder.cpp251 bool Stream::eof_callback() in eof_callback() function in FLAC::Decoder::Stream
/external/flac/src/libFLAC/
Dstream_decoder.c127 FLAC__StreamDecoderEofCallback eof_callback; member
342 FLAC__StreamDecoderEofCallback eof_callback, in init_stream_internal_()
411 FLAC__StreamDecoderEofCallback eof_callback, in FLAC__stream_decoder_init_stream()
439 FLAC__StreamDecoderEofCallback eof_callback, in FLAC__stream_decoder_init_ogg_stream()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/
Dflac_parser.cc81 FLAC__bool FLACParser::eof_callback(const FLAC__StreamDecoder * /* decoder */, in eof_callback() function in FLACParser
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/
Dflac_parser.cc81 FLAC__bool FLACParser::eof_callback(const FLAC__StreamDecoder * /* decoder */, in eof_callback() function in FLACParser
/external/oss-fuzz/projects/flac/
Dfuzzer_exo.cpp72 FLAC__bool FLACParser::eof_callback(const FLAC__StreamDecoder * /* decoder */, in eof_callback() function in FLACParser
/external/python/cpython2/Lib/idlelib/
DPyShell.py1123 def eof_callback(self, event): member in PyShell
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1230 def eof_callback(self, event): member in PyShell