Searched refs:srcRow (Results 1 – 1 of 1) sorted by relevance
350 const uint8_t* srcRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local353 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()354 srcRow += rowBytes; in handleRestorePrevious()364 const uint8_t* srcRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local367 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()368 srcRow += mRestoreFrame->rowBytes(); in handleRestorePrevious()