Lines Matching refs:mDpy

49 MDPComp::MDPComp(int dpy):mDpy(dpy){};  in MDPComp()
54 mDpy ? "\"EXTERNAL\"" : "\"PRIMARY\""); in dump()
148 LayerProp *layerProp = ctx->layerProp[mDpy]; in setMDPCompLayerFlags()
150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags()
274 int hw_w = ctx->dpyAttr[mDpy].xres; in isValidDimension()
275 int hw_h = ctx->dpyAttr[mDpy].yres; in isValidDimension()
319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); in getMdpPipe()
326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe()
336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); in getMdpPipe()
346 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFrameDoable()
367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFullFrameDoable()
370 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy); in isFullFrameDoable()
374 if(mDpy > HWC_DISPLAY_PRIMARY){ in isFullFrameDoable()
380 if(isSkipPresent(ctx, mDpy)) { in isFullFrameDoable()
383 isSkipPresent(ctx, mDpy)); in isFullFrameDoable()
387 if(ctx->listStats[mDpy].planeAlpha in isFullFrameDoable()
394 if(ctx->listStats[mDpy].needsAlphaScale in isFullFrameDoable()
460 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in partialMDPComp()
487 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isOnlyVideoDoable()
493 if(!isYuvPresent(ctx, mDpy)) { in isOnlyVideoDoable()
513 int nYuvCount = ctx->listStats[mDpy].yuvCount; in isOnlyVideoDoable()
515 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in isOnlyVideoDoable()
608 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache()
631 int numAvailable = ov.availablePipes(mDpy); in getAvailablePipes()
646 int nYuvCount = ctx->listStats[mDpy].yuvCount; in updateYUV()
648 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in updateYUV()
729 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
768 isSkipPresent(ctx, mDpy) || in prepare()
769 (mDpy > HWC_DISPLAY_PRIMARY))) { in prepare()
780 mCurrentFrame.fbZ = ctx->listStats[mDpy].yuvCount; in prepare()
823 return configureLowRes(ctx, layer, mDpy, mdpFlags, zOrder, isFg, dest, in configure()
834 if(isYuvPresent(ctx, mDpy)) { in allocLayerPipes()
835 int nYuvCount = ctx->listStats[mDpy].yuvCount; in allocLayerPipes()
838 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
907 LayerProp *layerProp = ctx->layerProp[mDpy]; in draw()
909 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
964 int hw_w = ctx->dpyAttr[mDpy].xres; in pipesNeeded()
985 int hw_w = ctx->dpyAttr[mDpy].xres; in acquireMDPPipes()
1011 int layer_count = ctx->listStats[mDpy].numAppLayers; in allocLayerPipes()
1013 if(isYuvPresent(ctx, mDpy)) { in allocLayerPipes()
1014 int nYuvCount = ctx->listStats[mDpy].yuvCount; in allocLayerPipes()
1017 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
1077 return configureHighRes(ctx, layer, mDpy, mdpFlagsL, zOrder, isFg, lDest, in configure()
1098 LayerProp *layerProp = ctx->layerProp[mDpy]; in draw()
1100 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()