Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h142 uint32_t getMaxPipeWidth() const { return mMaxPipeWidth; } in getMaxPipeWidth()
183 uint32_t mMaxPipeWidth; //maximum x-res of the mdp pipe. variable
Dmdp_version.cpp112 mMaxPipeWidth = 2048; in MDPVersion()
334 mMaxPipeWidth = atoi(tokens[1]); in updateSysFsInfo()