Lines Matching defs:cBits
136 uint8_t cBits = 8, cShift = 0;
149 cBits = 16;
156 cBits = 32;
166 pProps->cBits = cBits;
495 pHostVoiceOut->Props.cBits = 128; /** @todo Make this configurable (or at least a define)? */
498 pHostVoiceOut->Props.cBits, /* bits per sample */
501 LogFlowFunc(("freq=%d, chan=%d, cBits = %d, fsigned = %d, cSamples=%d format=%d\n",
503 pHostVoiceOut->Props.cBits, pHostVoiceOut->Props.fSigned,
604 pHostVoiceIn->Props.cChannels, pHostVoiceIn->Props.cBits);
670 int cBits, bool fUnsigned)
676 pVRDEVoice->cBytesPerFrame = ((cBits + 7) / 8) * cChannels;
677 if (cBits == 16)
681 else if (cBits == 32)