Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp449 size_t luma_stride, in update_yv12_stride() argument
458 *byte_stride = GRALLOC_ALIGN(luma_stride, GRALLOC_ALIGN(stride_align, 16)); in update_yv12_stride()
460 *byte_stride = GRALLOC_ALIGN(luma_stride / 2, 16); in update_yv12_stride()