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

/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++ )
200 layerCount = numLayers;
210 for(int idx = 0; idx < layerCount; idx++) {
226 layerCount = 0;
240 layerCount = curFrame.layerCount;
458 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++ )
223 layerCount = numLayers;
233 for(int idx = 0; idx < layerCount; idx++) {
249 layerCount = 0;
263 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/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp64 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
70 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
71 "fbCount:%2d \n", mCurrentFrame.layerCount,
94 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
258 layerCount = numLayers;
268 for(int idx = 0; idx < layerCount; idx++) {
284 layerCount = 0;
295 layerCount = curFrame.layerCount;
302 if(layerCount !
[all...]
H A Dhwc_copybit.h61 int layerCount; member in struct:qhwc::CopyBit::LayerCache
H A Dhwc_copybit.cpp139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
407 int layerCount = 0; local
418 layerCount = ctx->listStats[dpy].numAppLayers;
436 if(layerCount == 1)
439 if(layerCount == MAX_LAYERS_FOR_ABC) {
444 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
460 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
1150 layerCount = 0;
1155 layerCount = ctx->listStats[dpy].numAppLayers;
H A Dhwc_mdpcomp.h101 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
128 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp63 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
69 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
70 "fbCount:%2d \n", mCurrentFrame.layerCount,
93 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
249 layerCount = numLayers;
259 for(int idx = 0; idx < layerCount; idx++) {
275 layerCount = 0;
286 layerCount = curFrame.layerCount;
293 if(layerCount !
[all...]
H A Dhwc_mdpcomp.h98 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
125 int layerCount; member in struct:qhwc::MDPComp::LayerCache

Completed in 100 milliseconds