Searched refs:is_multi_plane (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.h | 63 bool is_multi_plane{}; 107 void init_afbc(uint8_t *buf, uint64_t internal_format, const bool is_multi_plane, uint8_t bpp, uint…
|
D | mali_gralloc_bufferallocation.cpp | 142 if (plane > 0 && alloc_type.is_afbc() && alloc_type.is_multi_plane) in get_afbc_sb_size() 158 alloc_type->is_multi_plane = formats[format_idx].npln > 1; in get_alloc_type() 194 alloc_type->is_multi_plane = false; in get_alloc_type() 209 alloc_type->is_multi_plane = false; in get_alloc_type() 248 const bool is_multi_plane, uint8_t bpp, in init_afbc() argument 289 const uint32_t layout = is_subsampled_yuv(base_format) && !is_multi_plane ? 1 : 0; in init_afbc() 816 if (((format->npln == 1 && alloc_type.is_multi_plane) || in validate_format() 817 (format->npln > 1 && !alloc_type.is_multi_plane))) in validate_format() 820 …format_name(format->id), format->id, format->npln, (alloc_type.is_multi_plane) ? "multi" : "single… in validate_format()
|
D | mali_gralloc_formats.cpp | 1063 if (formats[fmt_idx].npln > 1 && alloc_type.is_multi_plane == false) in get_supported_format()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 455 const bool is_multi_plane = hnd->is_multi_plane(); in mali_gralloc_ion_allocate() local 469 is_multi_plane, in mali_gralloc_ion_allocate()
|
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 160 …modifier |= (hnd->is_multi_plane() ? AFBC_FORMAT_MOD_BLOCK_SIZE_32x8_64x4 : AFBC_FORMAT_MOD_BLOCK_… in drm_modifier_from_handle()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer4.h | 340 bool is_multi_plane() const in is_multi_plane() function
|
D | mali_gralloc_buffer.h | 340 bool is_multi_plane() const in is_multi_plane() function
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 102 return hnd->is_multi_plane() ? (hnd->plane_info[2].offset == 0 ? 2 : 3) : 1; in get_num_planes()
|