Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureToYUVPlanes.cpp178 size_t yRowBytes = rowBytes[0] ? rowBytes[0] : yuvSize.fWidth; in GrTextureToYUVPlanes() local
181 if (yRowBytes < (size_t)yuvSize.fWidth || uRowBytes < (size_t)yuvSize.fWidth || in GrTextureToYUVPlanes()
191 uint8_t* yLoc = ((uint8_t*)planes[0]) + j * yRowBytes + i; in GrTextureToYUVPlanes()