Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.h29 #define MAX_PIPES_PER_MIXER 4 macro
85 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];
Dhwc_mdpcomp.cpp39 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
101 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
210 for(int i = 0 ; i < MAX_PIPES_PER_MIXER; i++ ) { in reset()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_mdpcomp.h29 #define MAX_PIPES_PER_MIXER 4 macro
90 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];
Dhwc_mdpcomp.cpp42 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
112 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
116 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER); in init()
187 for(int i = 0 ; i < MAX_PIPES_PER_MIXER; i++ ) { in reset()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h29 #define MAX_PIPES_PER_MIXER 4 macro
103 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];
Dhwc_mdpcomp.cpp46 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
134 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
138 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER); in init()
236 for(int i = 0 ; i < MAX_PIPES_PER_MIXER; i++ ) { in reset()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h29 #define MAX_PIPES_PER_MIXER 4 macro
106 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];
Dhwc_mdpcomp.cpp47 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
130 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
134 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER); in init()
245 for(int i = 0 ; i < MAX_PIPES_PER_MIXER; i++ ) { in reset()