Home
last modified time | relevance | path

Searched refs:mCurrentFrame (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_mdpcomp.cpp56 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS) in dump()
63 "fbCount:%2d \n", mCurrentFrame.layerCount, in dump()
64 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
66 (mCurrentFrame.needsRedraw? "YES" : "NO"), in dump()
67 mCurrentFrame.mdpCount, sMaxPipesPerMixer); in dump()
71 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump()
74 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
75 mCurrentFrame.layerToMDP[index], in dump()
76 (mCurrentFrame.isFBComposed[index] ? in dump()
77 (mCurrentFrame.needsRedraw ? "GLES" : "CACHE") : "MDP"), in dump()
[all …]
Dhwc_mdpcomp.h48 void reset() { mCurrentFrame.reset(0); } in reset()
49 int getMDPCompCount() { return mCurrentFrame.mdpCount; } in getMDPCompCount()
181 struct FrameInfo mCurrentFrame; variable
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp59 fbCount:%2d \n", mCurrentFrame.layerCount, in dump()
60 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
62 (mCurrentFrame.needsRedraw? "YES" : "NO"), in dump()
63 mCurrentFrame.mdpCount, sMaxPipesPerMixer); in dump()
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump()
70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
71 mCurrentFrame.layerToMDP[index], in dump()
72 (mCurrentFrame.isFBComposed[index] ? in dump()
73 (mCurrentFrame.needsRedraw ? "GLES" : "CACHE") : "MDP"), in dump()
74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ : in dump()
[all …]
Dhwc_mdpcomp.h173 struct FrameInfo mCurrentFrame; variable
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.cpp63 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS) in dump()
70 "fbCount:%2d \n", mCurrentFrame.layerCount, in dump()
71 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
73 (mCurrentFrame.needsRedraw? "YES" : "NO"), in dump()
74 mCurrentFrame.mdpCount, sMaxPipesPerMixer); in dump()
93 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump()
96 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
97 mCurrentFrame.layerToMDP[index], in dump()
98 (mCurrentFrame.isFBComposed[index] ? in dump()
99 (mCurrentFrame.drop[index] ? "DROP" : in dump()
[all …]
Dhwc_mdpcomp.h48 bool isGLESOnlyComp() { return (mCurrentFrame.mdpCount == 0); } in isGLESOnlyComp()
244 struct FrameInfo mCurrentFrame; variable
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp64 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS) in dump()
71 "fbCount:%2d \n", mCurrentFrame.layerCount, in dump()
72 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
74 (mCurrentFrame.needsRedraw? "YES" : "NO"), in dump()
75 mCurrentFrame.mdpCount, sMaxPipesPerMixer); in dump()
94 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump()
97 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
98 mCurrentFrame.layerToMDP[index], in dump()
99 (mCurrentFrame.isFBComposed[index] ? in dump()
100 (mCurrentFrame.drop[index] ? "DROP" : in dump()
[all …]
Dhwc_mdpcomp.h50 bool isGLESOnlyComp() { return (mCurrentFrame.mdpCount == 0); } in isGLESOnlyComp()
248 struct FrameInfo mCurrentFrame; variable
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp75 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS) in dump()
82 "fbCount:%2d \n", mCurrentFrame.layerCount, in dump()
83 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
85 (mCurrentFrame.needsRedraw? "YES" : "NO"), in dump()
86 mCurrentFrame.mdpCount, sMaxPipesPerMixer); in dump()
105 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump()
108 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
109 mCurrentFrame.layerToMDP[index], in dump()
110 (mCurrentFrame.isFBComposed[index] ? in dump()
111 (mCurrentFrame.drop[index] ? "DROP" : in dump()
[all …]
Dhwc_mdpcomp.h47 bool isGLESOnlyComp() { return (mCurrentFrame.mdpCount == 0); } in isGLESOnlyComp()
271 struct FrameInfo mCurrentFrame; variable