Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h761 const bool clockTime = (mConfiguration->getOptionFlags() in getVolume() local
763 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() local
982 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
1000 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()