Searched refs:clockTime (Results 1 – 1 of 1) sorted by relevance
636 const bool clockTime = (mConfiguration->getOptionFlags() in getVolume() local638 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()639 const double sampleRate = clockTime ? 1000000 : trackSampleRate; in getVolume()852 const bool clockTime = (it->mConfiguration->getOptionFlags() in applyVolumeShaper() local857 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()875 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()