OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxPipeWidth
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8994/libqdutils/
mdp_version.h
142
uint32_t getMaxPipeWidth() const { return
mMaxPipeWidth
; }
183
uint32_t
mMaxPipeWidth
; //maximum x-res of the mdp pipe.
mdp_version.cpp
112
mMaxPipeWidth
= 2048;
334
mMaxPipeWidth
= atoi(tokens[1]);
Completed in 34 milliseconds