Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp224 const size_t uvStride = (yStride / 2 + align1) & ~align1; in allocateImpl() local
226 bufferSize = yStride * height + 2 * (uvHeight * uvStride); in allocateImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp829 size_t uvStride = (yStride / 2 + (align - 1)) & ~(align-1); in gralloc_alloc() local
831 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()