Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp292 int luma_stride; in get_yv12_stride_and_size() local
304 luma_stride = GRALLOC_ALIGN(width, stride_alignment); in get_yv12_stride_and_size()
308 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment); in get_yv12_stride_and_size()
310 *size = height *(luma_stride + chroma_stride); in get_yv12_stride_and_size()
315 *byte_stride = luma_stride; in get_yv12_stride_and_size()
320 *pixel_stride = luma_stride; in get_yv12_stride_and_size()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp292 int luma_stride; in get_yv12_stride_and_size() local
304 luma_stride = GRALLOC_ALIGN(width, stride_alignment); in get_yv12_stride_and_size()
308 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment); in get_yv12_stride_and_size()
310 *size = height *(luma_stride + chroma_stride); in get_yv12_stride_and_size()
315 *byte_stride = luma_stride; in get_yv12_stride_and_size()
320 *pixel_stride = luma_stride; in get_yv12_stride_and_size()