Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_COMPOSER (Results 1 – 15 of 15) 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.cpp73 mOutputUsage(GRALLOC_USAGE_HW_COMPOSER),
116 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
170 (mOutputFormat != mDefaultOutputFormat || mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) { in prepareFrame()
182 mOutputUsage = GRALLOC_USAGE_HW_COMPOSER; in prepareFrame()
404 usage |= GRALLOC_USAGE_HW_COMPOSER; in dequeueBuffer()
DFramebufferSurface.cpp79 GRALLOC_USAGE_HW_COMPOSER); in FramebufferSurface()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.h125 static const uint64_t DUMMY_USAGE = GRALLOC_USAGE_HW_COMPOSER;
DCamera3OutputStream.cpp742 GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_VIDEO_ENCODER)) == 0) { in applyZSLUsageQuirk()
946 return (usage & GRALLOC_USAGE_HW_COMPOSER) != 0; in isConsumedByHWComposer()
DCamera3StreamSplitter.cpp247 if (!(usage & (GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_TEXTURE))) { in addOutputLocked()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java84 private static final int GRALLOC_USAGE_HW_COMPOSER = 0x00000800; field in LegacyCameraDevice
652 GRALLOC_USAGE_HW_COMPOSER; in isFlexibleConsumer()
662 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isPreviewConsumer()
678 int disallowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | in isVideoEncoderConsumer()
/frameworks/base/libs/hwui/tests/common/
DTestContext.cpp105 mConsumer = new BufferItemConsumer(consumer, GRALLOC_USAGE_HW_COMPOSER, 4); in createOffscreenSurface()
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h74 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h74 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp119 GRALLOC_USAGE_SW_WRITE_RARELY | GRALLOC_USAGE_HW_COMPOSER | in drawNumber()
/frameworks/native/cmds/flatland/
DGLHelper.cpp209 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER); in createNamedSurfaceTexture()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h166 | 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.cpp627 GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_HW_FB;
716 constexpr uint32_t GRALLOC_USAGE_HWC_VIRTUAL_DISPLAY = GRALLOC_USAGE_HW_COMPOSER;
727 secure, Primary::FALSE, GRALLOC_USAGE_HW_COMPOSER>;