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

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.h61 int layerCount; member in struct:qhwc::CopyBit::LayerCache
H A Dhwc_mdpcomp.h101 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
128 int layerCount; member in struct:qhwc::MDPComp::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;
/hardware/qcom/display/msm8960/libhwcomposer/
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.h85 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
108 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h98 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
125 int layerCount; member in struct:qhwc::MDPComp::LayerCache

Completed in 236 milliseconds