Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp135 int c_size; in mali_gralloc_lock_ycbcr() local
139 c_size = c_stride * (adjusted_height / 2); in mali_gralloc_lock_ycbcr()
142 u_offset = y_size + c_size; in mali_gralloc_lock_ycbcr()
354 int c_size; in mali_gralloc_lock_flex_async() local
358 c_size = c_stride * (adjusted_height / 2); in mali_gralloc_lock_flex_async()
378 flex_layout->planes[2].top_left = flex_layout->planes[1].top_left + c_size; in mali_gralloc_lock_flex_async()
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h307 int y_size, c_size; in formatToBytesPerFrame() local
325 c_size = strides.cstride * h / 2; in formatToBytesPerFrame()
326 return (y_size + 2 * c_size + in formatToBytesPerFrame()
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc.cpp85 int y_size, c_size; in formatToBytesPerFrame() local
99 c_size = strides.cstride * h / 2; in formatToBytesPerFrame()
100 return (y_size + 2 * c_size + kSwiftShaderPadding); in formatToBytesPerFrame()