Home
last modified time | relevance | path

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

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