Home
last modified time | relevance | path

Searched refs:alloc_height (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h61 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 …]
Dmali_gralloc_bufferdescriptor.h107 …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()
Dmali_gralloc_bufferallocation.cpp606 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/
Dmali_gralloc_buffer.h121 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()
Dmali_gralloc_buffer4.h121 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/
DMapper.cpp429 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()
DMapperMetadata.cpp327 … .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()
DSharedMetadata.cpp60 crop.top > crop.bottom || crop.bottom > hnd->plane_info[0].alloc_height || in set_crop_rect()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp224 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/
Dvendor_graphicbuffer_meta.cpp187 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/
Dmali_gralloc_ion.cpp472 plane_info[i].alloc_height); in mali_gralloc_ion_allocate()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp156 .bottom = static_cast<int32_t>(hnd->plane_info[plane_index].alloc_height)}; in getStandardMetadataHelper()