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

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

Completed in 90 milliseconds