Searched refs:format_ext (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 152 bool get_alloc_type(const uint64_t format_ext, in get_alloc_type() argument 165 if (format_ext & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) in get_alloc_type() 168 if ((formats[format_idx].is_yuv == true) && (format_ext & MALI_GRALLOC_INTFMT_AFBC_YUV_TRANSFORM)) in get_alloc_type() 171 … format_name(formats[format_idx].id), formats[format_idx].id, format_name(format_ext), format_ext); in get_alloc_type() 176 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_WIDEBLK) in get_alloc_type() 180 else if (format_ext & MALI_GRALLOC_INTFMT_AFBC_EXTRAWIDEBLK) in get_alloc_type() 185 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in get_alloc_type() 190 (format_ext & MALI_GRALLOC_INTFMT_AFBC_EXTRAWIDEBLK) == 0) in get_alloc_type() 197 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_DOUBLE_BODY) in get_alloc_type() 212 if (format_ext & MALI_GRALLOC_INTFMT_AFBC_EXTRAWIDEBLK && in get_alloc_type() [all …]
|
D | mali_gralloc_formats.cpp | 65 uint64_t format_ext; member 1069 fmt_supported->format_ext = afbc_format & MALI_GRALLOC_INTFMT_EXT_MASK; in get_supported_format() 1073 fmt_supported->format_ext = 0; in get_supported_format() 1076 MALI_GRALLOC_LOGV("Ext format: (%s 0x%" PRIx64 ")", format_name(fmt_supported->format_ext), in get_supported_format() 1077 fmt_supported->format_ext); in get_supported_format() 1199 if (fmt.format_ext & ext.fmt_ext) in grade_format() 1287 format_name(fmt.base_format), fmt.base_format, fmt.format_ext, fmt.f_flags); in get_best_format() 1293 first_of_best_formats = fmt.base_format | fmt.format_ext; in get_best_format() 1300 req_format = fmt.base_format | fmt.format_ext; in get_best_format()
|
D | mali_gralloc_bufferallocation.h | 109 bool get_alloc_type(const uint64_t format_ext,
|