Home
last modified time | relevance | path

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

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