Home | History | Annotate | Download | only in Reverb

Lines Matching refs:rightVolume

158     LVM_INT16                       rightVolume;
491 pContext->rightVolume != pContext->prevRightVolume) &&
496 LVM_INT32 incr = (((LVM_INT32)pContext->rightVolume << 16) - vr) / frameCount;
509 pContext->prevRightVolume = pContext->rightVolume;
512 pContext->rightVolume != REVERB_UNIT_VOLUME) {
517 clamp16((LVM_INT32)(pContext->rightVolume * OutFrames16[2*i+1]) >> 12);
521 pContext->prevRightVolume = pContext->rightVolume;
742 pContext->rightVolume = REVERB_UNIT_VOLUME;
2078 pContext->rightVolume = (LVM_INT16)((*((uint32_t *)pCmdData + 1) + (1 << 11)) >> 12);
2087 pContext->rightVolume = REVERB_UNIT_VOLUME;
2091 pContext->leftVolume, pContext->rightVolume, pContext->volumeMode);