Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp63 mOutputUsage(GRALLOC_USAGE_HW_COMPOSER),
106 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
159 mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) { in prepareFrame()
171 mOutputUsage = GRALLOC_USAGE_HW_COMPOSER; in prepareFrame()
418 usage |= GRALLOC_USAGE_HW_COMPOSER; in dequeueBuffer()
DFramebufferSurface.cpp82 GRALLOC_USAGE_HW_COMPOSER); in FramebufferSurface()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.h97 static const uint32_t DUMMY_USAGE = GRALLOC_USAGE_HW_COMPOSER;
DCamera3OutputStream.cpp590 (u & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_COMPOSER | in getEndpointUsage()
707 return (usage & GRALLOC_USAGE_HW_COMPOSER) != 0; in isConsumedByHWComposer()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java83 private static final int GRALLOC_USAGE_HW_COMPOSER = 0x00000800; field in LegacyCameraDevice
597 GRALLOC_USAGE_HW_COMPOSER; in isFlexibleConsumer()
607 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isPreviewConsumer()
623 int disallowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isVideoEncoderConsumer()
/frameworks/native/include/ui/
DGraphicBuffer.h66 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/native/cmds/flatland/
DGLHelper.cpp211 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER); in createNamedSurfaceTexture()
/frameworks/av/include/media/stagefright/
DACodec.h171 | GRALLOC_USAGE_HW_COMPOSER
/frameworks/av/media/libstagefright/
DMediaSync.cpp104 int ignoredFlags = (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER in setSurface()