Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:mDpy

49 MDPComp::MDPComp(int dpy):mDpy(dpy){};
54 mDpy ? "\"EXTERNAL\"" : "\"PRIMARY\"");
148 LayerProp *layerProp = ctx->layerProp[mDpy];
150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
274 int hw_w = ctx->dpyAttr[mDpy].xres;
275 int hw_h = ctx->dpyAttr[mDpy].yres;
319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy);
326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy);
367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
370 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy);
374 if(mDpy > HWC_DISPLAY_PRIMARY){
380 if(isSkipPresent(ctx, mDpy)) {
383 isSkipPresent(ctx, mDpy));
387 if(ctx->listStats[mDpy].planeAlpha
394 if(ctx->listStats[mDpy].needsAlphaScale
460 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
487 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
493 if(!isYuvPresent(ctx, mDpy)) {
513 int nYuvCount = ctx->listStats[mDpy].yuvCount;
515 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
608 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
631 int numAvailable = ov.availablePipes(mDpy);
646 int nYuvCount = ctx->listStats[mDpy].yuvCount;
648 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
730 const int numLayers = ctx->listStats[mDpy].numAppLayers;
759 isSkipPresent(ctx, mDpy) ||
760 (mDpy > HWC_DISPLAY_PRIMARY))) {
771 mCurrentFrame.fbZ = ctx->listStats[mDpy].yuvCount;
814 return configureLowRes(ctx, layer, mDpy, mdpFlags, zOrder, isFg, dest,
825 if(isYuvPresent(ctx, mDpy)) {
826 int nYuvCount = ctx->listStats[mDpy].yuvCount;
829 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
898 LayerProp *layerProp = ctx->layerProp[mDpy];
900 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
955 int hw_w = ctx->dpyAttr[mDpy].xres;
976 int hw_w = ctx->dpyAttr[mDpy].xres;
1002 int layer_count = ctx->listStats[mDpy].numAppLayers;
1004 if(isYuvPresent(ctx, mDpy)) {
1005 int nYuvCount = ctx->listStats[mDpy].yuvCount;
1008 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
1067 return configureHighRes(ctx, layer, mDpy, mdpFlagsL, zOrder, isFg, lDest,
1088 LayerProp *layerProp = ctx->layerProp[mDpy];
1090 int numHwLayers = ctx->listStats[mDpy].numAppLayers;