Searched refs:get_bits_per_sample (Results 1 – 12 of 12) sorted by relevance
140 …virtual uint32_t get_bits_per_sample() const; ///< See FLAC__stream_decoder_ge…
160 …virtual uint32_t get_bits_per_sample() const; ///< See FLAC__stream_encoder_get_bits_…
333 uint32_t get_bits_per_sample() const;
420 if(encoder->get_bits_per_sample() != streaminfo_.data.stream_info.bits_per_sample) { in test_stream_encoder()421 …ected %u, got %u\n", streaminfo_.data.stream_info.bits_per_sample, encoder->get_bits_per_sample()); in test_stream_encoder()
694 if(streaminfo.get_bits_per_sample() != 8) in test_level_0_()863 if(streaminfo->get_bits_per_sample() != 8) in test_level_1_()
671 uint32_t bits_per_sample = decoder->get_bits_per_sample(); in test_stream_decoder()
451 if(block.get_bits_per_sample() != streaminfo_.data.stream_info.bits_per_sample) in test_metadata_object_streaminfo()
323 const bool res = decoder.get_bits_per_sample(); in LLVMFuzzerTestOneInput()
149 uint32_t Stream::get_bits_per_sample() const in get_bits_per_sample() function in FLAC::Decoder::Stream
271 uint32_t Stream::get_bits_per_sample() const in get_bits_per_sample() function in FLAC::Encoder::Stream
277 uint32_t StreamInfo::get_bits_per_sample() const in get_bits_per_sample() function in FLAC::Metadata::StreamInfo
830 int get_bits_per_sample() { return img->bps; } in get_bits_per_sample() function