Lines Matching defs:bits
1027 WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits)
1029 int bytes = (bits + 7) / 8;
1041 write_16_bits_low_high(fp, bits); /* bits per sample */
1179 DEBUGF("PCM data in 8, 16, 24 or 32 bits.");
1471 * By the time we get here the first 32-bits of the file have already been
1562 error_printf("Unsupported bits per sample: %d\n", ui16_wBitsPerSample);
1603 error_printf("ERROR: input sound data is not 8, 16, 24 or 32 bits\n");
1633 * By the time we get here the first 32 bits of the file have already been
2043 return 0; /* first 8 bits must be '1' */
2045 return 0; /* next 3 bits are also */