Home
last modified time | relevance | path

Searched refs:process_until_end_of_metadata (Results 1 – 5 of 5) sorted by relevance

/external/flac/src/utils/flacdiff/
Dmain.cpp129 if(!d1.process_until_end_of_metadata()) { in show_diff()
133 if(!d2.process_until_end_of_metadata()) { in show_diff()
/external/flac/include/FLAC++/
Ddecoder.h154 …virtual bool process_until_end_of_metadata(); ///< See FLAC__stream_decoder_process_until_end_of_m…
/external/flac/oss-fuzz/
Dfuzz-decoder.cc260 const bool res = decoder.process_until_end_of_metadata(); in LLVMFuzzerTestOneInput()
/external/flac/src/libFLAC++/
Dstream_decoder.cpp209 bool Stream::process_until_end_of_metadata() in process_until_end_of_metadata() function in FLAC::Decoder::Stream
/external/flac/src/test_libFLAC++/
Ddecoders.cpp614 if(!decoder->process_until_end_of_metadata()) in test_stream_decoder()