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