Searched refs:targetSrc (Results 1 – 1 of 1) sorted by relevance
481 const size_t targetSrc = *dstFrames * mPlaybackRate.mSpeed; in processFrames() local482 if (*srcFrames < targetSrc) { // limit dst frames to that possible in processFrames()484 } else if (*srcFrames > targetSrc + 1) { in processFrames()485 *srcFrames = targetSrc + 1; in processFrames()