Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp225 const size_t uvHeight = height / 2; in allocateImpl() local
226 bufferSize = yStride * height + 2 * (uvHeight * uvStride); in allocateImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp830 size_t uvHeight = h / 2; in gralloc_alloc() local
831 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()