Home | History | Annotate | Download | only in taudio

Lines Matching defs:bits_per_sample

33     uint16_t bits_per_sample;
41 uint16_t bits_per_sample,
50 hdr->subchunk2_size = num_samples * channels * bits_per_sample / 8;
67 hdr->byte_rate = sample_rate * channels * bits_per_sample / 8;
68 hdr->block_align = channels * bits_per_sample / 8;
69 hdr->bits_per_sample = bits_per_sample;
84 const int bits_per_sample = 16;
190 total * 8 / (num_channels * bits_per_sample),
191 bits_per_sample,