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()
276 int hw_w = ctx->dpyAttr[mDpy].xres; in isValidDimension()
277 int hw_h = ctx->dpyAttr[mDpy].yres; in isValidDimension()
321 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); in getMdpPipe()
328 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe()
338 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); in getMdpPipe()
347 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFrameDoable()
370 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFullFrameDoable()
373 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy); in isFullFrameDoable()
377 if(mDpy > HWC_DISPLAY_PRIMARY){ in isFullFrameDoable()
383 if(isSkipPresent(ctx, mDpy)) { in isFullFrameDoable()
386 isSkipPresent(ctx, mDpy)); in isFullFrameDoable()
390 if(ctx->listStats[mDpy].planeAlpha in isFullFrameDoable()
397 if(ctx->listStats[mDpy].needsAlphaScale in isFullFrameDoable()
463 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in partialMDPComp()
490 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isOnlyVideoDoable()
496 if(!isYuvPresent(ctx, mDpy)) { in isOnlyVideoDoable()
516 int nYuvCount = ctx->listStats[mDpy].yuvCount; in isOnlyVideoDoable()
518 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in isOnlyVideoDoable()
611 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache()
634 int numAvailable = ov.availablePipes(mDpy); in getAvailablePipes()
649 int nYuvCount = ctx->listStats[mDpy].yuvCount; in updateYUV()
651 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in updateYUV()
733 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
762 isSkipPresent(ctx, mDpy) || in prepare()
763 (mDpy > HWC_DISPLAY_PRIMARY))) { in prepare()
774 mCurrentFrame.fbZ = ctx->listStats[mDpy].yuvCount; in prepare()
817 return configureLowRes(ctx, layer, mDpy, mdpFlags, zOrder, isFg, dest, in configure()
828 if(isYuvPresent(ctx, mDpy)) { in allocLayerPipes()
829 int nYuvCount = ctx->listStats[mDpy].yuvCount; in allocLayerPipes()
832 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
903 LayerProp *layerProp = ctx->layerProp[mDpy]; in draw()
905 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
960 int hw_w = ctx->dpyAttr[mDpy].xres; in pipesNeeded()
981 int hw_w = ctx->dpyAttr[mDpy].xres; in acquireMDPPipes()
1007 int layer_count = ctx->listStats[mDpy].numAppLayers; in allocLayerPipes()
1009 if(isYuvPresent(ctx, mDpy)) { in allocLayerPipes()
1010 int nYuvCount = ctx->listStats[mDpy].yuvCount; in allocLayerPipes()
1013 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
1072 return configureHighRes(ctx, layer, mDpy, mdpFlagsL, zOrder, isFg, lDest, in configure()
1093 LayerProp *layerProp = ctx->layerProp[mDpy]; in draw()
1095 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()