Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_COMPOSER (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp57 mOutputUsage(GRALLOC_USAGE_HW_COMPOSER), in VirtualDisplaySurface()
91 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER); in VirtualDisplaySurface()
141 mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) { in prepareFrame()
153 mOutputUsage = GRALLOC_USAGE_HW_COMPOSER; in prepareFrame()
364 usage |= GRALLOC_USAGE_HW_COMPOSER; in dequeueBuffer()
DFramebufferSurface.cpp65 GRALLOC_USAGE_HW_COMPOSER); in FramebufferSurface()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.h78 static const uint32_t DUMMY_USAGE = GRALLOC_USAGE_HW_COMPOSER;
/frameworks/native/include/ui/
DGraphicBuffer.h65 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java85 private static final int GRALLOC_USAGE_HW_COMPOSER = 0x00000800; field in LegacyCameraDevice
543 GRALLOC_USAGE_HW_COMPOSER; in isFlexibleConsumer()
/frameworks/native/cmds/flatland/
DGLHelper.cpp211 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER); in createNamedSurfaceTexture()