Searched refs:MAX_UINT_VOLUME_NUM (Results 1 – 2 of 2) sorted by relevance
57 const uint32_t MAX_UINT_VOLUME_NUM = 10000; variable
538 if (static_cast<int32_t>(audioEffectVolume->GetDspVolume() * MAX_UINT_VOLUME_NUM) != in EffectDspVolumeUpdate()539 static_cast<int32_t>(volumeMax * MAX_UINT_VOLUME_NUM)) { in EffectDspVolumeUpdate()593 if ((static_cast<int32_t>(audioEffectChain->GetFinalVolume() * MAX_UINT_VOLUME_NUM) != in SendEffectApVolume()594 static_cast<int32_t>(volumeMax * MAX_UINT_VOLUME_NUM)) && in SendEffectApVolume()