Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/oss-fuzz/
H A Dencoder.cc122 const bool res = encoder.set_max_residual_partition_order(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput()
192 res = res || encoder.set_max_residual_partition_order(0); in LLVMFuzzerTestOneInput()
H A Dreencoder.cc181 const bool res = encoder.set_max_residual_partition_order(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput()
249 res = res || encoder.set_max_residual_partition_order(0); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/flac/include/FLAC++/
H A Dencoder.h145 …virtual bool set_max_residual_partition_order(uint32_t value); ///< See FLAC__stream_encoder_set_…
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_encoder.cpp174 bool Stream::set_max_residual_partition_order(uint32_t value) in set_max_residual_partition_order() function in FLAC::Encoder::Stream
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dencoders.cpp306 if(!encoder->set_max_residual_partition_order(0)) in test_stream_encoder()