Home
last modified time | relevance | path

Searched refs:set_bits_per_sample (Results 1 – 8 of 8) sorted by relevance

/external/flac/examples/cpp/encode/file/
Dmain.cpp103 ok &= encoder.set_bits_per_sample(bps); in main()
/external/flac/oss-fuzz/
Dfuzz-encoder.cc45 encoder.set_bits_per_sample(16); in LLVMFuzzerTestOneInput()
/external/flac/include/FLAC++/
Dencoder.h132 …virtual bool set_bits_per_sample(uint32_t value); ///< See FLAC__stream_encoder_set_…
Dmetadata.h343 void set_bits_per_sample(uint32_t value);
/external/flac/src/libFLAC++/
Dstream_encoder.cpp96 bool Stream::set_bits_per_sample(uint32_t value) in set_bits_per_sample() function in FLAC::Encoder::Stream
Dmetadata.cpp340 void StreamInfo::set_bits_per_sample(uint32_t value) in set_bits_per_sample() function in FLAC::Metadata::StreamInfo
/external/flac/src/test_libFLAC++/
Dencoders.cpp246 if(!encoder->set_bits_per_sample(streaminfo_.data.stream_info.bits_per_sample)) in test_stream_encoder()
Dmetadata_object.cpp409 block.set_bits_per_sample(streaminfo_.data.stream_info.bits_per_sample); in test_metadata_object_streaminfo()