Home
last modified time | relevance | path

Searched refs:clockTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h635 const bool clockTime = (mConfiguration->getOptionFlags() in getVolume() local
637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()
638 const double sampleRate = clockTime ? 1000000 : trackSampleRate; in getVolume()
851 const bool clockTime = (it->mConfiguration->getOptionFlags() in applyVolumeShaper() local
856 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
874 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()