Searched refs:alloc_width (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 60 plane[0].alloc_width = GRALLOC_ALIGN(w, 32); in setup_sbwc_420_sp() 65 plane[1].alloc_width = GRALLOC_ALIGN(w, 32); in setup_sbwc_420_sp() 87 plane[0].alloc_width = GRALLOC_ALIGN(w, 32); in setup_sbwc_420_sp_10bit() 92 plane[1].alloc_width = GRALLOC_ALIGN(w, 32); in setup_sbwc_420_sp_10bit() 113 plane[0].alloc_width = GRALLOC_ALIGN(width, 32); in setup_sbwc_420_sp_lossy() 119 plane[1].alloc_width = GRALLOC_ALIGN(width, 32); in setup_sbwc_420_sp_lossy() 141 plane[0].alloc_width = GRALLOC_ALIGN(width, 32); in setup_sbwc_420_sp_10bit_lossy() 147 plane[1].alloc_width = GRALLOC_ALIGN(width, 32); in setup_sbwc_420_sp_10bit_lossy() 170 plane[0].alloc_width = width; in setup_420_sp() 179 plane[1].alloc_width = chroma_width; in setup_420_sp() [all …]
|
D | mali_gralloc_bufferdescriptor.h | 107 …].fd_idx, plane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].… in dump() 108 …].fd_idx, plane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].… in dump() 109 …].fd_idx, plane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].… in dump()
|
D | mali_gralloc_bufferallocation.cpp | 558 plane_info[plane].alloc_width = plane_info[plane].byte_stride * 8 / format.bpp[plane]; in align_plane_stride() 605 plane_info[plane].alloc_width = width; in calc_allocation_size() 607 get_pixel_w_h(&plane_info[plane].alloc_width, in calc_allocation_size() 614 plane_info[plane].alloc_width, plane_info[plane].alloc_height); in calc_allocation_size() 621 assert((plane_info[plane].alloc_width * format.bpp_afbc[plane]) % 8 == 0); in calc_allocation_size() 622 plane_info[plane].byte_stride = (plane_info[plane].alloc_width * format.bpp_afbc[plane]) / 8; in calc_allocation_size() 626 assert((plane_info[plane].alloc_width * format.bpp[plane]) % 8 == 0); in calc_allocation_size() 627 plane_info[plane].byte_stride = (plane_info[plane].alloc_width * format.bpp[plane]) / 8; in calc_allocation_size() 718 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() 1042 uint64_t alloc_width = bufDescriptor->width; in mali_gralloc_derive_format_and_size() local [all …]
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer4.h | 120 uint64_t alloc_width; member 415 …plane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_heig… in dump() 416 …plane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_heig… in dump() 417 …plane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_heig… in dump()
|
D | mali_gralloc_buffer.h | 120 uint64_t alloc_width; member 415 …plane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_heig… in dump() 416 …plane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_heig… in dump() 417 …plane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_heig… in dump()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 422 if (gralloc_buffer->plane_info[i].alloc_width != grallocDescriptor.plane_info[i].alloc_width) in validateBufferSize() 425 … gralloc_buffer->plane_info[i].alloc_width, grallocDescriptor.plane_info[i].alloc_width, i); in validateBufferSize()
|
D | MapperMetadata.cpp | 326 … .widthInSamples = static_cast<int64_t>(handle->plane_info[plane_index].alloc_width), in get_plane_layouts() 380 … .widthInSamples = static_cast<int64_t>(handle->plane_info[plane_index].alloc_width), in get_plane_layouts() 531 .right = static_cast<int32_t>(handle->plane_info[plane_index].alloc_width), in get_metadata() 882 .right = static_cast<int32_t>(partial_handle.plane_info[plane_index].alloc_width), in getFromBufferDescriptorInfo()
|
D | SharedMetadata.cpp | 59 crop.left > crop.right || crop.right > hnd->plane_info[0].alloc_width || in set_crop_rect()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 471 plane_info[i].alloc_width, in mali_gralloc_ion_allocate()
|
/hardware/google/gchips/gralloc4/src/stable-c/ |
D | GrallocMapper.cpp | 155 .right = static_cast<int32_t>(hnd->plane_info[plane_index].alloc_width), in getStandardMetadataHelper()
|