Searched refs:viewRow (Results 1 – 1 of 1) sorted by relevance
74 typename std::conditional<ToMediaImage, const uint8_t, uint8_t>::type *viewRow = in _ImageCopy() local75 viewRow = view.data()[i]; in _ImageCopy()93 MemCopier<ToMediaImage, 0>::copy(imgRow, viewRow, plane.rowInc * planeH); in _ImageCopy()97 imgRow, viewRow, std::min(plane.rowInc, img->mPlane[i].mRowInc)); in _ImageCopy()99 viewRow += plane.rowInc; in _ImageCopy()104 decltype(viewRow) viewPtr = viewRow; in _ImageCopy()111 viewRow += plane.rowInc; in _ImageCopy()