Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic.cpp48 if (mLayers.size() >= getCapabilities().maxLayerCount()) { in createLayer()
50 mLayers.size() , getCapabilities().maxLayerCount()); in createLayer()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h250 unsigned int maxLayerCount() const { return mCap.max_layers; } in maxLayerCount() function
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
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()