Home
last modified time | relevance | path

Searched refs:getLayerCount (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DFlattener.cpp235 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 DCachedSet.cpp299 if (getLayerCount() != 1) { in requiresHolePunch()
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dion_buffer.h80 return buffer_.get() ? buffer_->getLayerCount() : 0; in layer_count()
/aosp12/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp88 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 DQtiMapperExtensions.h87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
H A DQtiMapperExtensions.cpp265 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 DQtiMapperExtensions.h87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
H A DQtiMapperExtensions.cpp265 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 DGraphicBufferMapper.cpp208 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 DCachedSet.h65 size_t getLayerCount() const { return mLayers.size(); } in getLayerCount() function
H A DFlattener.h139 mLengths.push_back(start->getLayerCount()); in init()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp130 bufferHook<decltype(&Buffer::getLayerCount), in doGetFunction()
131 &Buffer::getLayerCount, uint32_t*>); in doGetFunction()
H A DGralloc1On0Adapter.h236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() function
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGralloc.h102 virtual status_t getLayerCount(buffer_handle_t /*bufferHandle*/, in getLayerCount() function
H A DGraphicBuffer.h154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
H A DGraphicBufferMapper.h101 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
H A DGralloc4.h74 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) const override;
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_HardwareBuffer.cpp160 return static_cast<jint>(buffer->getLayerCount()); in android_hardware_HardwareBuffer_getLayers()
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
H A DGraphicBufferMapper.h101 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h609 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 DCachedSetTest.cpp137 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 DConversion.h428 t->attr.anwBuffer.layerCount = graphicBuffer->getLayerCount(); in wrapAs()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h277 int getLayerCount() const;
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp1238 for (int idx = 0; idx < frame->getLayerCount(); idx++) { in requestPerformanceQoS()
1327 data.frame[i].num_layers = frame->getLayerCount(); in requestPerformanceQoS()

12