Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp35 uint32_t uvHeight = height / 2; in get_yv12_offsets() local
36 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yv12_offsets()
50 uint32_t uvHeight = height / 2; in get_yuv420p_offsets() local
51 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yuv420p_offsets()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp590 size_t uvHeight = h / 2; in gralloc_alloc() local
591 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()