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;
87 int bits_per_sample = 16;
101 bits_per_sample = atoi(optarg);
123 printf("> bits per sample %d\n", bits_per_sample);
151 total * 8 / (num_channels * bits_per_sample),
152 bits_per_sample,