/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | Flattener.cpp | 235 if (cachedSet.getLayerCount() > 1) { in resetActivities() 306 size_t skipCount = mNewCachedSet->getLayerCount(); in mergeWithCachedSets() 309 const size_t layerCount = currentLayerIter->getLayerCount(); in mergeWithCachedSets() 329 if (currentLayerIter->getLayerCount() > 1) { in mergeWithCachedSets() 348 const size_t layerCount = currentLayerIter->getLayerCount(); in mergeWithCachedSets() 368 } else if (currentLayerIter->getLayerCount() > 1) { in mergeWithCachedSets() 419 builder.append(currentSet->getLayerCount()); in findCandidateRuns() 507 while (mNewCachedSet->getLayerCount() < bestRun->getLayerLength()) { in buildCachedSets()
|
H A D | CachedSet.cpp | 299 if (getLayerCount() != 1) { in requiresHolePunch()
|
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
H A D | ion_buffer.h | 80 return buffer_.get() ? buffer_->getLayerCount() : 0; in layer_count()
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 88 outDesc->layers = gbuffer->getLayerCount(); in AHardwareBuffer_describe() 123 if (gbuffer->getLayerCount() > 1) { in AHardwareBuffer_lockAndGetInfo() 168 if (gbuffer->getLayerCount() > 1) { in AHardwareBuffer_lock()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapperExtensions.h | 87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
|
H A D | QtiMapperExtensions.cpp | 265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapperExtensions.h | 87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
|
H A D | QtiMapperExtensions.cpp | 265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
|
/aosp12/frameworks/native/libs/ui/ |
H A D | GraphicBufferMapper.cpp | 208 status_t GraphicBufferMapper::getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) { in getLayerCount() function in android::GraphicBufferMapper 209 return mMapper->getLayerCount(bufferHandle, outLayerCount); in getLayerCount()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
H A D | CachedSet.h | 65 size_t getLayerCount() const { return mLayers.size(); } in getLayerCount() function
|
H A D | Flattener.h | 139 mLengths.push_back(start->getLayerCount()); in init()
|
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
H A D | Gralloc1On0Adapter.cpp | 130 bufferHook<decltype(&Buffer::getLayerCount), in doGetFunction() 131 &Buffer::getLayerCount, uint32_t*>); in doGetFunction()
|
H A D | Gralloc1On0Adapter.h | 236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() function
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Gralloc.h | 102 virtual status_t getLayerCount(buffer_handle_t /*bufferHandle*/, in getLayerCount() function
|
H A D | GraphicBuffer.h | 154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
|
H A D | GraphicBufferMapper.h | 101 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
|
H A D | Gralloc4.h | 74 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) const override;
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_HardwareBuffer.cpp | 160 return static_cast<jint>(buffer->getLayerCount()); in android_hardware_HardwareBuffer_getLayers()
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | GraphicBuffer.h | 154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
|
H A D | GraphicBufferMapper.h | 101 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
|
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/ |
H A D | Conversion.h | 609 t->attr.layerCount = l.getLayerCount(); in wrapAs() 724 t->attr.anwBuffer.layerCount = l.mGraphicBuffer->getLayerCount(); in wrapAs()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | CachedSetTest.cpp | 137 EXPECT_EQ(1u, cachedSet.getLayerCount()); in expectEqual() 189 EXPECT_EQ(2u, cachedSet.getLayerCount()); in TEST_F() 290 EXPECT_EQ(3u, cachedSet1.getLayerCount()); in TEST_F()
|
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
H A D | Conversion.h | 428 t->attr.anwBuffer.layerCount = graphicBuffer->getLayerCount(); in wrapAs()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 277 int getLayerCount() const;
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic_g2d.cpp | 1238 for (int idx = 0; idx < frame->getLayerCount(); idx++) { in requestPerformanceQoS() 1327 data.frame[i].num_layers = frame->getLayerCount(); in requestPerformanceQoS()
|