/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | exynos_format_allocation.h | 174 plane[0].alloc_height = height; in setup_420_sp() 183 plane[1].alloc_height = chroma_height; in setup_420_sp() 215 plane[0].alloc_height = height; in setup_420_sp_s10b() 225 plane[1].alloc_height = chroma_height; in setup_420_sp_s10b() 248 plane[0].alloc_height = height; in setup_p010_sp() 257 plane[1].alloc_height = chroma_height; in setup_p010_sp() 281 plane[0].alloc_height = height; in setup_420_p() 290 plane[1].alloc_height = chroma_height; in setup_420_p() 295 plane[2].alloc_height = chroma_height; in setup_420_p() 322 plane[0].alloc_height = height; in setup_420_sp_tiled() [all …]
|
H A D | mali_gralloc_bufferdescriptor.h | 108 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 109 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 110 …lane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height in dump()
|
H A D | mali_gralloc_bufferallocation.cpp | 529 plane_info[plane].alloc_height = height; in calc_allocation_size() 531 &plane_info[plane].alloc_height, in calc_allocation_size() 537 plane_info[plane].alloc_width, plane_info[plane].alloc_height); in calc_allocation_size() 625 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() 654 body_size = plane_info[plane].byte_stride * plane_info[plane].alloc_height; in calc_allocation_size() 908 if (plane[pidx].size == plane[pidx].byte_stride * plane[pidx].alloc_height) in prepare_descriptor_exynos_formats() 911 plane[pidx].size = plane[pidx].byte_stride * plane[pidx].alloc_height; in prepare_descriptor_exynos_formats() 920 plane[pidx].size, plane[pidx].byte_stride, plane[pidx].alloc_height); in prepare_descriptor_exynos_formats() 963 int alloc_height = bufDescriptor->height; in mali_gralloc_derive_format_and_size() local 1019 &alloc_height); in mali_gralloc_derive_format_and_size() [all …]
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_buffer.h | 117 uint32_t alloc_height; member 338 plane_info[0].alloc_height = _height; in private_handle_t() 434 …e_info[0].offset, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 435 …e_info[1].offset, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 436 …e_info[2].offset, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height, in dump()
|
H A D | mali_gralloc_bufferallocation.cpp | 486 plane_info[plane].alloc_height = height; in calc_allocation_size() 488 &plane_info[plane].alloc_height, in calc_allocation_size() 494 plane_info[plane].alloc_width, plane_info[plane].alloc_height); in calc_allocation_size() 567 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() 596 body_size = (plane_info[plane].byte_stride) * plane_info[plane].alloc_height; in calc_allocation_size() 1170 size_t alloc_height = i == 0 ? luma_vstride : (luma_vstride / 2); in prepare_descriptor_exynos_formats() local 1179 bufDescriptor->plane_info[i].alloc_height = alloc_height; in prepare_descriptor_exynos_formats() 1198 int alloc_height = bufDescriptor->height; in mali_gralloc_derive_format_and_size() local 1271 &alloc_height); in mali_gralloc_derive_format_and_size() 1275 alloc_height, in mali_gralloc_derive_format_and_size()
|
H A D | mali_gralloc_bufferdescriptor.h | 97 pixel_stride, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump()
|
H A D | gralloc_vendor_interface.cpp | 128 .alloc_height = buffer_descriptor.height, in createNativeHandle()
|
H A D | mali_gralloc_private_interface.cpp | 93 *internalHeight = hnd->plane_info[0].alloc_height; in mali_gralloc_private_get_buff_int_dims()
|
H A D | mali_gralloc_bufferaccess.cpp | 900 uOffset = NV12N_S8B_LUMA_SIZE(ycbcr.ystride, hnd->plane_info[0].alloc_height, ext_size); in get_flexlayout_exynos_formats_only() 914 …ycbcr.ystride, hnd->plane_info[0].alloc_height, ext_size) + NV12N_S2B_SIZE(hnd->width, hnd->plane_… in get_flexlayout_exynos_formats_only()
|
H A D | framebuffer_device.cpp | 439 fb_buffer_descriptor.plane_info[0].alloc_height = height; in fb_alloc_from_ion_module()
|
H A D | mali_gralloc_ion.cpp | 1106 plane_info[i].alloc_height); in mali_gralloc_ion_allocate()
|
/aosp12/hardware/google/gchips/gralloc4/src/ |
H A D | mali_gralloc_buffer.h | 106 uint32_t alloc_height; member 387 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 388 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 389 …ane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height, in dump()
|
H A D | mali_gralloc_buffer4.h | 106 uint32_t alloc_height; member 387 …ane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump() 388 …ane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_height, in dump() 389 …ane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_height, in dump()
|
/aosp12/hardware/google/gchips/include/ |
H A D | gralloc1_priv.h | 198 uint32_t alloc_height; member 384 stride, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump()
|
H A D | gralloc3_priv.h | 198 uint32_t alloc_height; member 384 stride, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_height, in dump()
|
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/ |
H A D | vendor_graphicbuffer_meta.cpp | 80 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 271 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Mapper.cpp | 497 if (gralloc_buffer->plane_info[i].alloc_height != grallocDescriptor.plane_info[i].alloc_height) in validateBufferSize() 500 … gralloc_buffer->plane_info[i].alloc_height, grallocDescriptor.plane_info[i].alloc_height, i); in validateBufferSize()
|
H A D | MapperMetadata.cpp | 328 .heightInSamples = handle->plane_info[plane_index].alloc_height, in get_plane_layouts() 382 .heightInSamples = handle->plane_info[plane_index].alloc_height, in get_plane_layouts() 578 .bottom = static_cast<int32_t>(handle->plane_info[plane_index].alloc_height) }; in get_metadata() 902 .bottom = static_cast<int32_t>(partial_handle.plane_info[plane_index].alloc_height) }; in getFromBufferDescriptorInfo()
|
H A D | SharedMetadata.cpp | 58 crop.top > crop.bottom || crop.bottom > hnd->plane_info[0].alloc_height || in set_crop_rect()
|
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
H A D | vendor_graphicbuffer_meta.cpp | 193 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height); 298 vstride = gralloc_hnd->plane_info[0].alloc_height; in init()
|
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/ |
H A D | wrapper.cpp | 119 .alloc_height = buffer_descriptor.height, in createNativeHandle()
|
/aosp12/hardware/google/gchips/gralloc4/src/allocator/ |
H A D | mali_gralloc_ion.cpp | 690 plane_info[i].alloc_height); in mali_gralloc_ion_allocate()
|