Searched refs:layerCount (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp55 dumpsys_log(buf,"PREV_FRAME: layerCount:%2d mdpCount:%2d \
56 cacheCount:%2d \n", mCachedFrame.layerCount,
58 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d \
59 fbCount:%2d \n", mCurrentFrame.layerCount,
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
217 layerCount = numLayers;
227 for(int idx = 0; idx < layerCount; idx++) {
243 layerCount = 0;
257 layerCount = curFrame.layerCount;
[all...]
H A Dhwc_mdpcomp.h80 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
103 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp56 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
62 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
63 "fbCount:%2d \n", mCurrentFrame.layerCount,
71 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
199 layerCount = numLayers;
209 for(int idx = 0; idx < layerCount; idx++) {
225 layerCount = 0;
239 layerCount = curFrame.layerCount;
456 mCurrentFrame.mdpCount = mCurrentFrame.layerCount;
[all...]
H A Dhwc_mdpcomp.h85 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
108 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp55 dumpsys_log(buf,"PREV_FRAME: layerCount:%2d mdpCount:%2d \
56 cacheCount:%2d \n", mCachedFrame.layerCount,
58 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d \
59 fbCount:%2d \n", mCurrentFrame.layerCount,
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
222 layerCount = numLayers;
232 for(int idx = 0; idx < layerCount; idx++) {
248 layerCount = 0;
262 layerCount = curFrame.layerCount;
[all...]
H A Dhwc_mdpcomp.h80 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
103 int layerCount; member in struct:qhwc::MDPComp::LayerCache

Completed in 32 milliseconds