Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h627 int64_t trackFrameCount, double trackSampleRate) { in getVolume() argument
637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()
906 std::pair<T /* volume */, bool /* active */> getVolume(int64_t trackFrameCount) { in getVolume() argument
908 mLastFrame = trackFrameCount; in getVolume()
913 it->getVolume(trackFrameCount, mSampleRate); in getVolume()