Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_VIDEO_DECODER (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h110 #define GRALLOC_USAGE_HW_VIDEO_DECODER static_cast<uint64_t>(hidl_common::BufferUsage::VIDEO_DECODE… macro
143 GRALLOC_USAGE_HW_VIDEO_DECODER | /* 1U << 22 */
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp1429 else if (usage & (GRALLOC_USAGE_HW_VIDEO_ENCODER | GRALLOC_USAGE_HW_VIDEO_DECODER)) in get_base_format()
1456 else if (usage & (GRALLOC_USAGE_HW_VIDEO_ENCODER | GRALLOC_USAGE_HW_VIDEO_DECODER)) in get_base_format()
Dmali_gralloc_bufferallocation.cpp855 if (usage & (GRALLOC_USAGE_HW_VIDEO_ENCODER | GRALLOC_USAGE_HW_VIDEO_DECODER)) in prepare_descriptor_exynos_formats()
1127 …(usage & (GRALLOC_USAGE_HW_VIDEO_ENCODER | GRALLOC_USAGE_HW_VIDEO_DECODER)) && (usage & GRALLOC_US… in mali_gralloc_derive_format_and_size()