Searched refs:internalHeight (Results 1 – 8 of 8) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 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 [all …]
|
D | mali_gralloc_private_interface.cpp | 67 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()
|
D | mali_gralloc_buffer.h | 112 int internalHeight; member 208 , internalHeight(_internalHeight) in private_handle_t()
|
D | mali_gralloc_bufferdescriptor.h | 48 int internalHeight; member
|
D | mali_gralloc_private_interface.h | 51 … int *internalWidth, int *internalHeight);
|
D | mali_gralloc_ion.cpp | 502 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()
|
D | mali_gralloc_public_interface.cpp | 220 hnd->internalHeight = height; in mali_gralloc_allocate()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 99 hnd->internalHeight = h; in alloc_device_alloc()
|