Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DAudioSource.cpp255 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); in rampVolume() local
257 if (stopFrame > rampDurationFrames) { in rampVolume()
258 stopFrame = rampDurationFrames; in rampVolume()
261 while (startFrame < stopFrame) { in rampVolume()