Searched refs:FLAC__stream_encoder_set_bits_per_sample (Results 1 – 9 of 9) sorted by relevance
95 ok &= FLAC__stream_encoder_set_bits_per_sample(encoder, bps); in main()
100 FLAC__stream_encoder_set_bits_per_sample(encoder, streaminfo->data.stream_info.bits_per_sample); in file_utils__generate_flacfile()
131 FLAC__stream_encoder_set_bits_per_sample(mFlacStreamEncoder, bitsPerSample); in initEncoder()
72 | `FLAC__stream_encoder_set_bits_per_sample` | bitsPerSample |`16 ` `24 ` | bit 0 of 6th byte of …
790 FLAC_API FLAC__bool FLAC__stream_encoder_set_bits_per_sample(FLAC__StreamEncoder *encoder, uint32_t…
199 …if(!FLAC__stream_encoder_set_bits_per_sample(encoder, streaminfo_.data.stream_info.bits_per_sample… in test_stream_encoder()
99 return static_cast<bool>(::FLAC__stream_encoder_set_bits_per_sample(encoder_, value)); in set_bits_per_sample()
2092 FLAC__stream_encoder_set_bits_per_sample(e->encoder, bps); in EncoderSession_init_encoder()
1601 FLAC_API FLAC__bool FLAC__stream_encoder_set_bits_per_sample(FLAC__StreamEncoder *encoder, uint32_t… in FLAC__stream_encoder_set_bits_per_sample() function