Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_VIDEO_ENCODER (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/hardware/
Dgralloc.h113 GRALLOC_USAGE_HW_VIDEO_ENCODER = 0x00010000U, enumerator
431 } else if ((usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) != 0 || in map_usage_to_memtrack()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc108 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in gralloc0_convert_usage()
167 if (!supported && (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && in gralloc0_alloc()