Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dencoders.cpp486 if(encoder->get_max_residual_partition_order() != 0) { in test_stream_encoder()
487 printf("FAILED, expected %d, got %u\n", 0, encoder->get_max_residual_partition_order()); in test_stream_encoder()
/aosp_15_r20/external/flac/include/FLAC++/
H A Dencoder.h170 …virtual uint32_t get_max_residual_partition_order() const; ///< See FLAC__stream_encoder_get_max_r…
/aosp_15_r20/external/flac/oss-fuzz/
H A Dencoder.cc219 res = res != encoder.get_max_residual_partition_order(); in LLVMFuzzerTestOneInput()
H A Dreencoder.cc276 res = res != encoder.get_max_residual_partition_order(); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_encoder.cpp322 uint32_t Stream::get_max_residual_partition_order() const in get_max_residual_partition_order() function in FLAC::Encoder::Stream