Searched refs:srcRow (Results 1 – 1 of 1) sorted by relevance
370 const uint8_t* srcRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local373 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()374 srcRow += rowBytes; in handleRestorePrevious()384 const uint8_t* srcRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local387 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()388 srcRow += mRestoreFrame->rowBytes(); in handleRestorePrevious()