Searched refs:stride_alignment (Results 1 – 2 of 2) sorted by relevance
290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() argument304 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()