Lines Matching defs:channels
725 * left and right channels
974 error_printf("Error: number of channels has changed in %s - not supported\n",
1002 error_printf("Unsupported number of channels: %d\n", num_channels);
1027 WriteWaveHeader(FILE * const fp, int pcmbytes, int freq, int channels, int bits)
1037 write_16_bits_low_high(fp, channels); /* number of channels */
1039 write_32_bits_low_high(fp, freq * channels * bytes); /* bytes per second */
1040 write_16_bits_low_high(fp, channels * bytes); /* bytes per sample time */
1085 gs_wfInfo.channels = lame_get_num_channels(gfp);
1139 printf("channels :%d\n", gs_wfInfo.channels);
1251 if (!set_input_num_channels(gfp, gs_wfInfo.channels)) {
2127 int channels;
2191 CHECK123(mpg123_getformat(global.hip->mh, &rate, &channels, NULL));
2194 mp3data->stereo = channels; /* Channel count correct? Or is dual mono different? */