Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp1235 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format()
1237 assert(req_base_format != MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED); in get_best_format()
1266 uint64_t first_of_best_formats = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format()
1267 uint64_t req_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_best_format()
1372 uint32_t base_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_base_format()
1486 uint64_t alloc_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_select_format()
1493 if (req_base_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED || in mali_gralloc_select_format()
Dformat_info.cpp241 { HAL_PIXEL_FORMAT_RAW_OPAQUE, false, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED },
245 { HAL_PIXEL_FORMAT_YCbCr_444_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED },
246 { HAL_PIXEL_FORMAT_FLEX_RGB_888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED },
247 { HAL_PIXEL_FORMAT_FLEX_RGBA_8888, true, MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED },
385 internal_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_internal_format()
Dmali_gralloc_bufferallocation.cpp1072 if (bufDescriptor->alloc_format == MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED) in mali_gralloc_derive_format_and_size()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h70 MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED = 0, enumerator
213 format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in mali_gralloc_format_wrapper()