Searched refs:c_stride (Results 1 – 2 of 2) sorted by relevance
110 int c_stride = 0; in mali_gralloc_lock_ycbcr() local118 c_stride = y_stride; in mali_gralloc_lock_ycbcr()126 c_stride = y_stride; in mali_gralloc_lock_ycbcr()138 c_stride = GRALLOC_ALIGN(hnd->byte_stride / 2, 16); in mali_gralloc_lock_ycbcr()139 c_size = c_stride * (adjusted_height / 2); in mali_gralloc_lock_ycbcr()156 ycbcr->cstride = c_stride; in mali_gralloc_lock_ycbcr()355 int c_stride; in mali_gralloc_lock_flex_async() local357 c_stride = GRALLOC_ALIGN(hnd->byte_stride / 2, 16); in mali_gralloc_lock_flex_async()358 c_size = c_stride * (adjusted_height / 2); in mali_gralloc_lock_flex_async()375 flex_layout->planes[1].v_increment = c_stride; in mali_gralloc_lock_flex_async()[all …]