Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/test_libFLAC/
H A Dencoders.c383 …if(FLAC__stream_encoder_get_bits_per_sample(encoder) != streaminfo_.data.stream_info.bits_per_samp… in test_stream_encoder()
384 …ot %u\n", streaminfo_.data.stream_info.bits_per_sample, FLAC__stream_encoder_get_bits_per_sample(e… in test_stream_encoder()
/aosp_15_r20/external/flac/include/FLAC/
H A Dstream_encoder.h1326 FLAC_API uint32_t FLAC__stream_encoder_get_bits_per_sample(const FLAC__StreamEncoder *encoder);
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_encoder.cpp271 return ::FLAC__stream_encoder_get_bits_per_sample(encoder_); in get_bits_per_sample()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder.c2128 FLAC_API uint32_t FLAC__stream_encoder_get_bits_per_sample(const FLAC__StreamEncoder *encoder) in FLAC__stream_encoder_get_bits_per_sample() function
3471 …const uint32_t rice_parameter_limit = FLAC__stream_encoder_get_bits_per_sample(encoder) > 16? FLAC… in process_subframe_()