Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h491 static inline bool isAIVCCLayer(const hwc_layer_1_t* l) { in isAIVCCLayer() function
Dhwc_mdpcomp.cpp1703 if(!(isAIVVideoLayer(layer) || isAIVCCLayer(layer))) { in dropNonAIVLayers()