Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/include/FLAC++/
H A Dencoder.h167 …virtual bool get_do_escape_coding() const; ///< See FLAC__stream_encoder_get_do_es…
/aosp_15_r20/external/flac/oss-fuzz/
H A Dencoder.cc217 res = res != encoder.get_do_escape_coding(); in LLVMFuzzerTestOneInput()
H A Dreencoder.cc274 res = res != encoder.get_do_escape_coding(); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_encoder.cpp304 bool Stream::get_do_escape_coding() const in get_do_escape_coding() function in FLAC::Encoder::Stream
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dencoders.cpp465 if(encoder->get_do_escape_coding() != false) { in test_stream_encoder()