Home
last modified time | relevance | path

Searched refs:maxLayerCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic.cpp48 if (mLayers.size() >= getCapabilities().maxLayerCount()) { in createLayer()
50 mLayers.size() , getCapabilities().maxLayerCount()); in createLayer()
H A Dacrylic_g2d.cpp535 : Acrylic(capability), mDev((capability.maxLayerCount() > 2) ? "/dev/g2d" : "/dev/fimg2d"), in AcrylicCompositorG2D()
1046 if (layercount > getCapabilities().maxLayerCount()) { in executeG2D()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DFlattener.cpp169 const size_t maxLayerCount = mInitialLayerCounts.empty() in dump() local
176 for (size_t count = 1; count < maxLayerCount; ++count) { in dump()
182 for (size_t count = 1; count < maxLayerCount; ++count) { in dump()
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h250 unsigned int maxLayerCount() const { return mCap.max_layers; } in maxLayerCount() function
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp6672 OMX_U32 maxLayerCount = 0; in venc_set_hp() local
6686 maxLayerCount = control.value + 1; in venc_set_hp()
6698 temporal_layers_config.nMaxLayers = maxLayerCount; in venc_set_hp()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp6921 OMX_U32 maxLayerCount = 0; in venc_set_hp() local
6935 maxLayerCount = control.value + 1; in venc_set_hp()
6947 temporal_layers_config.nMaxLayers = maxLayerCount; in venc_set_hp()