Home
last modified time | relevance | path

Searched refs:FLAC__stream_encoder_get_max_residual_partition_order (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/test_libFLAC/
Dencoders.c444 if(FLAC__stream_encoder_get_max_residual_partition_order(encoder) != 0) { in test_stream_encoder()
445 …printf("FAILED, expected %d, got %u\n", 0, FLAC__stream_encoder_get_max_residual_partition_order(e… in test_stream_encoder()
/external/flac/include/FLAC/
Dstream_encoder.h1436 FLAC_API uint32_t FLAC__stream_encoder_get_max_residual_partition_order(const FLAC__StreamEncoder *…
/external/flac/src/libFLAC++/
Dstream_encoder.cpp325 return ::FLAC__stream_encoder_get_max_residual_partition_order(encoder_); in get_max_residual_partition_order()
/external/flac/src/libFLAC/
Dstream_encoder.c2216 FLAC_API uint32_t FLAC__stream_encoder_get_max_residual_partition_order(const FLAC__StreamEncoder *… in FLAC__stream_encoder_get_max_residual_partition_order() function