Home
last modified time | relevance | path

Searched refs:internalHeight (Results 1 – 8 of 8) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp198 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
[all …]
Dmali_gralloc_private_interface.cpp67 int *internalWidth, int *internalHeight) in mali_gralloc_private_get_buff_int_dims() argument
71 if (private_handle_t::validate(handle) < 0 || internalWidth == NULL || internalHeight == NULL) in mali_gralloc_private_get_buff_int_dims()
78 *internalHeight = hnd->internalHeight; in mali_gralloc_private_get_buff_int_dims()
Dmali_gralloc_buffer.h112 int internalHeight; member
208 , internalHeight(_internalHeight) in private_handle_t()
Dmali_gralloc_bufferdescriptor.h48 int internalHeight; member
Dmali_gralloc_private_interface.h51 … int *internalWidth, int *internalHeight);
Dmali_gralloc_ion.cpp502 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate()
565 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate()
Dmali_gralloc_public_interface.cpp220 hnd->internalHeight = height; in mali_gralloc_allocate()
/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.cpp99 hnd->internalHeight = h; in alloc_device_alloc()