Searched refs:clockTime (Results 1 – 1 of 1) sorted by relevance
761 const bool clockTime = (mConfiguration->getOptionFlags() in getVolume() local763 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()764 const double sampleRate = clockTime ? 1000000 : trackSampleRate; in getVolume()977 const bool clockTime = (it->mConfiguration->getOptionFlags() in applyVolumeShaper() local982 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()1000 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()