Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp56 uint32_t uvStride = (yStride / 2 + (align - 1)) & ~(align-1); in get_yv12_offsets() local
58 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yv12_offsets()
61 if (cStride_out) *cStride_out = uvStride; in get_yv12_offsets()
71 uint32_t uvStride = (yStride / 2 + (align - 1)) & ~(align-1); in get_yuv420p_offsets() local
73 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yuv420p_offsets()
76 if (cStride_out) *cStride_out = uvStride; in get_yuv420p_offsets()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp216 const size_t uvStride = (yStride / 2 + align1) & ~align1; in allocateImpl() local
218 bufferSize = yStride * height + 2 * (uvHeight * uvStride); in allocateImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp641 const size_t uvStride = (yStride / 2 + align1) & ~align1; in gralloc_alloc() local
643 bufferSize = yStride * height + 2 * (uvHeight * uvStride); in gralloc_alloc()
Dgralloc_old.cpp811 size_t uvStride = (yStride / 2 + (align - 1)) & ~(align-1); in gralloc_alloc() local
813 ashmem_size += yStride * h + 2 * (uvHeight * uvStride); in gralloc_alloc()