Home
last modified time | relevance | path

Searched refs:is_multi_plane (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h63 bool is_multi_plane{};
107 void init_afbc(uint8_t *buf, uint64_t internal_format, const bool is_multi_plane, uint8_t bpp, uint…
Dmali_gralloc_bufferallocation.cpp142 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()
Dmali_gralloc_formats.cpp1063 if (formats[fmt_idx].npln > 1 && alloc_type.is_multi_plane == false) in get_supported_format()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp455 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/
Ddrmutils.cpp160 …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/
Dmali_gralloc_buffer4.h340 bool is_multi_plane() const in is_multi_plane() function
Dmali_gralloc_buffer.h340 bool is_multi_plane() const in is_multi_plane() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp102 return hnd->is_multi_plane() ? (hnd->plane_info[2].offset == 0 ? 2 : 3) : 1; in get_num_planes()