Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dplatformhisi.cpp171 int vu_stride = MALI_ALIGN(hnd->byte_stride / 2, align); in ImportBuffer() local
172 int v_size = vu_stride * (adjusted_height / 2); in ImportBuffer()
176 bo->pitches[1] = vu_stride; in ImportBuffer()
180 bo->pitches[2] = vu_stride; in ImportBuffer()