Searched refs:uvHeight (Results 1 – 2 of 2) sorted by relevance
43 uint32_t uvHeight = height / 2; in get_yv12_offsets() local44 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yv12_offsets()58 uint32_t uvHeight = height / 2; in get_yuv420p_offsets() local59 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yuv420p_offsets()
690 size_t uvHeight = h / 2; in gralloc_alloc() local691 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()