Searched refs:FLAC__stream_decoder_get_bits_per_sample (Results 1 – 5 of 5) sorted by relevance
969 FLAC_API uint32_t FLAC__stream_decoder_get_bits_per_sample(const FLAC__StreamDecoder *decoder);
152 return ::FLAC__stream_decoder_get_bits_per_sample(decoder_); in get_bits_per_sample()
112 107: FUNC GLOBAL DEFAULT 15 FLAC__stream_decoder_get_bits_per_sample
598 uint32_t bits_per_sample = FLAC__stream_decoder_get_bits_per_sample(decoder); in test_stream_decoder()
850 FLAC_API uint32_t FLAC__stream_decoder_get_bits_per_sample(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_bits_per_sample() function3291 uint32_t bps = FLAC__stream_decoder_get_bits_per_sample(decoder); in seek_to_absolute_sample_()