Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() argument
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()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() argument
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()