Home
last modified time | relevance | path

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

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