/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 61 plane[0].alloc_height = __ALIGN_UP(h, 16); in setup_sbwc_420_sp() 66 plane[1].alloc_height = __ALIGN_UP(h, 16) / 2; in setup_sbwc_420_sp() 88 plane[0].alloc_height = __ALIGN_UP(h, 16); in setup_sbwc_420_sp_10bit() 93 plane[1].alloc_height = __ALIGN_UP(h, 16) / 2; in setup_sbwc_420_sp_10bit() 114 plane[0].alloc_height = __ALIGN_UP(height, 8); in setup_sbwc_420_sp_lossy() 120 plane[1].alloc_height = __ALIGN_UP(height, 8) / 2; in setup_sbwc_420_sp_lossy() 142 plane[0].alloc_height = __ALIGN_UP(height, 8); in setup_sbwc_420_sp_10bit_lossy() 148 plane[1].alloc_height = __ALIGN_UP(height, 8) / 2; in setup_sbwc_420_sp_10bit_lossy() 171 plane[0].alloc_height = height; in setup_420_sp() 180 plane[1].alloc_height = chroma_height; in setup_420_sp() [all …]
|
D | mali_gralloc_bufferdescriptor.h | 107 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 108 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 109 …lane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height in dump()
|
D | mali_gralloc_bufferallocation.cpp | 606 plane_info[plane].alloc_height = height; in calc_allocation_size() 608 &plane_info[plane].alloc_height, in calc_allocation_size() 614 plane_info[plane].alloc_width, plane_info[plane].alloc_height); in calc_allocation_size() 718 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() 754 body_size = plane_info[plane].byte_stride * plane_info[plane].alloc_height; in calc_allocation_size() 988 if (plane[pidx].size == plane[pidx].byte_stride * plane[pidx].alloc_height) in prepare_descriptor_exynos_formats() 991 plane[pidx].size = plane[pidx].byte_stride * plane[pidx].alloc_height; in prepare_descriptor_exynos_formats() 1000 plane[pidx].size, plane[pidx].byte_stride, plane[pidx].alloc_height); in prepare_descriptor_exynos_formats() 1043 uint64_t alloc_height = bufDescriptor->height; in mali_gralloc_derive_format_and_size() local 1117 &alloc_height); in mali_gralloc_derive_format_and_size() [all …]
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer.h | 121 uint64_t alloc_height; member 415 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 416 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 417 …ane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height, in dump()
|
D | mali_gralloc_buffer4.h | 121 uint64_t alloc_height; member 415 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 416 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 417 …ane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height, in dump()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 429 if (gralloc_buffer->plane_info[i].alloc_height != grallocDescriptor.plane_info[i].alloc_height) in validateBufferSize() 432 … gralloc_buffer->plane_info[i].alloc_height, grallocDescriptor.plane_info[i].alloc_height, i); in validateBufferSize()
|
D | MapperMetadata.cpp | 327 … .heightInSamples = static_cast<int64_t>(handle->plane_info[plane_index].alloc_height), in get_plane_layouts() 381 … .heightInSamples = static_cast<int64_t>(handle->plane_info[plane_index].alloc_height), in get_plane_layouts() 532 .bottom = static_cast<int32_t>(handle->plane_info[plane_index].alloc_height) }; in get_metadata() 883 .bottom = static_cast<int32_t>(partial_handle.plane_info[plane_index].alloc_height) }; in getFromBufferDescriptorInfo()
|
D | SharedMetadata.cpp | 60 crop.top > crop.bottom || crop.bottom > hnd->plane_info[0].alloc_height || in set_crop_rect()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/ |
D | vendor_graphicbuffer_meta.cpp | 224 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 377 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 187 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 367 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 472 plane_info[i].alloc_height); in mali_gralloc_ion_allocate()
|
/hardware/google/gchips/gralloc4/src/stable-c/ |
D | GrallocMapper.cpp | 156 .bottom = static_cast<int32_t>(hnd->plane_info[plane_index].alloc_height)}; in getStandardMetadataHelper()
|