Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Dhdi_gfx_composition.cpp92 int32_t layerCount = 0; in UseCompositionClient() local
100 layerCount += (type != COMPOSITION_VIDEO) && (type != COMPOSITION_CURSOR); in UseCompositionClient()
103 return hasCompositionClient || (layerCount > 4); in UseCompositionClient()