Home | History | Annotate | Download | only in taudio

Lines Matching defs:bits_per_sample

23     uint16_t bits_per_sample;
31 uint16_t bits_per_sample,
40 hdr->subchunk2_size = num_samples * channels * bits_per_sample / 8;
57 hdr->byte_rate = sample_rate * channels * bits_per_sample / 8;
58 hdr->block_align = channels * bits_per_sample / 8;
59 hdr->bits_per_sample = bits_per_sample;
125 const int bits_per_sample = 16;
202 FAILIF(src_hdr.bits_per_sample != bits_per_sample,
243 total * 8 / (channels * bits_per_sample),
244 bits_per_sample,