Searched refs:uvHeight (Results 1 – 2 of 2) sorted by relevance
225 const size_t uvHeight = height / 2; in allocateImpl() local226 bufferSize = yStride * height + 2 * (uvHeight * uvStride); in allocateImpl()
830 size_t uvHeight = h / 2; in gralloc_alloc() local831 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()