Searched refs:uRowBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureToYUVPlanes.cpp179 size_t uRowBytes = rowBytes[1] ? rowBytes[1] : yuvSize.fWidth; local
181 if (yRowBytes < (size_t)yuvSize.fWidth || uRowBytes < (size_t)yuvSize.fWidth ||
192 uint8_t* uLoc = ((uint8_t*)planes[1]) + j * uRowBytes + i;
216 size_t uRowBytes = rowBytes[1] ? rowBytes[1] : uvSize.fWidth; local
218 if (uRowBytes < (size_t)uvSize.fWidth || vRowBytes < (size_t)uvSize.fWidth) {
226 uint8_t* uLoc = ((uint8_t*)planes[1]) + j * uRowBytes + i;

Completed in 64 milliseconds