Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DAudioSource.cpp217 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); in rampVolume() local
219 if (stopFrame > rampDurationFrames) { in rampVolume()
220 stopFrame = rampDurationFrames; in rampVolume()
223 while (startFrame < stopFrame) { in rampVolume()