Lines Matching full:numchannels
257 unsigned numChannels = GetUi16(buf + 0x16); 260 if ((bitsPerSample & 0x7) != 0 || bitsPerSample >= 256 || numChannels >= 256) 274 unsigned delta = numChannels * (bitsPerSample >> 3);