Searched refs:set_bits_per_sample (Results 1 – 8 of 8) sorted by relevance
103 ok &= encoder.set_bits_per_sample(bps); in main()
45 encoder.set_bits_per_sample(16); in LLVMFuzzerTestOneInput()
132 …virtual bool set_bits_per_sample(uint32_t value); ///< See FLAC__stream_encoder_set_…
343 void set_bits_per_sample(uint32_t value);
96 bool Stream::set_bits_per_sample(uint32_t value) in set_bits_per_sample() function in FLAC::Encoder::Stream
340 void StreamInfo::set_bits_per_sample(uint32_t value) in set_bits_per_sample() function in FLAC::Metadata::StreamInfo
246 if(!encoder->set_bits_per_sample(streaminfo_.data.stream_info.bits_per_sample)) in test_stream_encoder()
409 block.set_bits_per_sample(streaminfo_.data.stream_info.bits_per_sample); in test_metadata_object_streaminfo()