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

/frameworks/av/media/libstagefright/
H A DAudioSource.cpp190 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); local
192 if (stopFrame > rampDurationFrames) {
193 stopFrame = rampDurationFrames;
196 while (startFrame < stopFrame) {

Completed in 32 milliseconds