Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
Dandroid-C2Buffer.h41 HW_COMPOSER_READ = GRALLOC_USAGE_HW_COMPOSER,
51 HW_COMPOSER_WRITE = GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_RENDER,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp68 mOutputUsage(GRALLOC_USAGE_HW_COMPOSER),
111 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
166 mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) { in prepareFrame()
178 mOutputUsage = GRALLOC_USAGE_HW_COMPOSER; in prepareFrame()
402 usage |= GRALLOC_USAGE_HW_COMPOSER; in dequeueBuffer()
DFramebufferSurface.cpp72 GRALLOC_USAGE_HW_COMPOSER); in FramebufferSurface()
/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp96 mConsumer = new BufferItemConsumer(consumer, GRALLOC_USAGE_HW_COMPOSER, 4); in createOffscreenSurface()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java84 private static final int GRALLOC_USAGE_HW_COMPOSER = 0x00000800; field in LegacyCameraDevice
643 GRALLOC_USAGE_HW_COMPOSER; in isFlexibleConsumer()
653 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isPreviewConsumer()
669 int disallowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isVideoEncoderConsumer()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.h125 static const uint64_t DUMMY_USAGE = GRALLOC_USAGE_HW_COMPOSER;
DCamera3OutputStream.cpp741 GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_VIDEO_ENCODER)) == 0) { in applyZSLUsageQuirk()
945 return (usage & GRALLOC_USAGE_HW_COMPOSER) != 0; in isConsumedByHWComposer()
DCamera3StreamSplitter.cpp247 if (!(usage & (GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_TEXTURE))) { in addOutputLocked()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h78 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h78 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/native/cmds/flatland/
DGLHelper.cpp210 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER); in createNamedSurfaceTexture()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h156 | GRALLOC_USAGE_HW_COMPOSER
/frameworks/av/media/libstagefright/
DMediaSync.cpp107 int ignoredFlags = (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER in setSurface()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp507 GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_FB;
576 constexpr uint32_t GRALLOC_USAGE_HWC_VIRTUAL_DISPLAY = GRALLOC_USAGE_HW_COMPOSER;
587 secure, Primary::FALSE, GRALLOC_USAGE_HW_COMPOSER>;