Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp56 uint32_t uvHeight = height / 2; in get_yv12_offsets() local
57 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yv12_offsets()
71 uint32_t uvHeight = height / 2; in get_yuv420p_offsets() local
72 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yuv420p_offsets()
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp931 uint32_t uvHeight = mHeight / 2; in getDataSize() local
932 uint32_t dataSize = yStrideBytes * mHeight + 2 * (uvHeight * uvStride); in getDataSize()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp512 uint32_t uvHeight = totalHeight / 2; in virgl_format_to_total_xfer_len() local
513 uint32_t uvSize = uvStrideBytes * uvHeight * uvPlaneCount; in virgl_format_to_total_xfer_len()