Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h72 GRALLOC_USAGE_VIDEO_PRIVATE_DATA = GRALLOC_USAGE_PRIVATE_7, enumerator
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp857 usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
858 bufDescriptor->producer_usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
859 bufDescriptor->consumer_usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
Dmali_gralloc_formats.cpp1409 else if (usage & GRALLOC_USAGE_VIDEO_PRIVATE_DATA) in get_base_format()