• Home
  • Raw
  • Download

Lines Matching refs:internalHeight

198                                                  size_t *size, AllocType type, int *internalHeight)  in get_afbc_yuv420_8bit_stride_and_size()  argument
203 *internalHeight = height; in get_afbc_yuv420_8bit_stride_and_size()
212 *internalHeight += AFBC_PIXELS_PER_BLOCK; in get_afbc_yuv420_8bit_stride_and_size()
227 height = GRALLOC_ALIGN(*internalHeight, AFBC_TILED_HEADERS_BASIC_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size()
233 height = GRALLOC_ALIGN(*internalHeight, AFBC_TILED_HEADERS_WIDEBLK_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size()
244 height = GRALLOC_ALIGN(*internalHeight, AFBC_WIDEBLK_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size()
249 height = GRALLOC_ALIGN(*internalHeight, AFBC_NORMAL_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size()
290 AllocType type, int *internalHeight, int stride_alignment) in get_yv12_stride_and_size() argument
297 internalHeight); in get_yv12_stride_and_size()
646 size_t *size, AllocType type, int *internalHeight) in get_yuv420_10bit_afbc_stride_and_size() argument
656 *internalHeight = height; in get_yuv420_10bit_afbc_stride_and_size()
660 *internalHeight += AFBC_PIXELS_PER_BLOCK; in get_yuv420_10bit_afbc_stride_and_size()
674 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_TILED_HEADERS_BASIC_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size()
680 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_TILED_HEADERS_WIDEBLK_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size()
691 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_WIDEBLK_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size()
696 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_NORMAL_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size()
704 int nblocks = width / AFBC_PIXELS_PER_BLOCK * (*internalHeight) / AFBC_PIXELS_PER_BLOCK; in get_yuv420_10bit_afbc_stride_and_size()
901 bufDescriptor->internalHeight = bufDescriptor->height; in mali_gralloc_buffer_allocate()
985 &bufDescriptor->internalHeight, yv12_align)) in mali_gralloc_buffer_allocate()
1029 … &bufDescriptor->byte_stride, &bufDescriptor->size, alloc_type, &bufDescriptor->internalHeight)) in mali_gralloc_buffer_allocate()