Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrYUVProvider.cpp43 planes[1] = (uint8_t*)planes[0] + yuvInfo->fSizeInMemory[0]; in init()
44 planes[2] = (uint8_t*)planes[1] + yuvInfo->fSizeInMemory[1]; in init()
56 yuvInfo->fSizeInMemory[i] = yuvInfo->fRowBytes[i] * yuvInfo->fSize[i].fHeight; in init()
57 totalSize += yuvInfo->fSizeInMemory[i]; in init()
66 planes[1] = (uint8_t*)planes[0] + yuvInfo->fSizeInMemory[0]; in init()
67 planes[2] = (uint8_t*)planes[1] + yuvInfo->fSizeInMemory[1]; in init()
/external/skia/tests/
DYUVCacheTest.cpp38 yuvInfo.fSizeInMemory[i] = 800 * i; in DEF_TEST()
66 REPORTER_ASSERT(reporter, yuvInfo.fSizeInMemory[i] == yuvInfoRead.fSizeInMemory[i]); in DEF_TEST()
/external/skia/src/core/
DSkYUVPlanesCache.h31 size_t fSizeInMemory[3]; member