Searched refs:oldAppliedVolume_ (Results 1 – 2 of 2) sorted by relevance
64 oldAppliedVolume_ = MIN_FLOAT_VOLUME; in RendererInServer()398 !IsVolumeSame(oldAppliedVolume_, applyVolume, AUDIO_VOLOMUE_EPSILON)) { in VolumeHandle()399 …Trace traceVol("RendererInServer::VolumeTools::Process " + std::to_string(oldAppliedVolume_) + "~"… in VolumeHandle()402 … ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, oldAppliedVolume_, applyVolume); in VolumeHandle()404 oldAppliedVolume_ = applyVolume; in VolumeHandle()
159 float oldAppliedVolume_ = MAX_FLOAT_VOLUME; variable