Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp443 uint32_t luma_stride, in update_yv12_stride() argument
449 *byte_stride = GRALLOC_ALIGN(luma_stride, GRALLOC_ALIGN(stride_align, 32)); in update_yv12_stride()
458 *byte_stride = luma_stride / 2; in update_yv12_stride()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp429 uint32_t luma_stride, in update_yv12_stride() argument
440 *byte_stride = GRALLOC_ALIGN(luma_stride, 2 * stride_align); in update_yv12_stride()
449 *byte_stride = luma_stride / 2; in update_yv12_stride()