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.h70 GRALLOC_USAGE_VIDEO_PRIVATE_DATA = GRALLOC_USAGE_PRIVATE_7, enumerator
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp757 usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
758 bufDescriptor->producer_usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
759 bufDescriptor->consumer_usage |= GRALLOC_USAGE_VIDEO_PRIVATE_DATA; in prepare_descriptor_exynos_formats()
Dmali_gralloc_formats.cpp1415 else if (usage & GRALLOC_USAGE_VIDEO_PRIVATE_DATA) in get_base_format()