Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp49 bool MDPComp::sEnableYUVsplit = false; member in qhwc::MDPComp
174 sEnableYUVsplit = true; in init()
885 if(sEnableYUVsplit){ in fullMDPComp()
1186 if(sEnableYUVsplit){ in cacheBasedComp()
1357 if(sEnableYUVsplit){ in videoOnlyComp()
1441 if(sEnableYUVsplit){ in mdpOnlyLayersComp()
1836 if(isYUVSplitNeeded(hnd) && sEnableYUVsplit){ in postHeuristicsHandling()
2204 if(isYUVSplitNeeded(hnd) && sEnableYUVsplit){ in allocLayerPipes()
2283 if(isYUVSplitNeeded(hnd) && sEnableYUVsplit) in draw()
2443 if(isYUVSplitNeeded(hnd) && sEnableYUVsplit){ in allocLayerPipes()
[all …]
Dhwc_mdpcomp.h274 static bool sEnableYUVsplit; variable