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()
209 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/msm8909/libhwcomposer/
Dhwc_mdpcomp.h28 #define MAX_PIPES_PER_MIXER 4 macro
113 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];
Dhwc_mdpcomp.cpp46 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
133 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
137 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER); in init()
295 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;
138 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER; in init()
142 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER); in init()
253 for(int i = 0 ; i < MAX_PIPES_PER_MIXER; i++ ) { in reset()