Lines Matching refs:index
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump() local
69 index, in dump()
70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump()
71 mCurrentFrame.layerToMDP[index], in dump()
72 (mCurrentFrame.isFBComposed[index] ? in dump()
74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ : in dump()
75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); in dump()
150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() local
151 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags()
152 if(!mCurrentFrame.isFBComposed[index]) { in setMDPCompLayerFlags()
153 layerProp[index].mFlags |= HWC_MDPCOMP; in setMDPCompLayerFlags()
156 mCachedFrame.hnd[index] = NULL; in setMDPCompLayerFlags()
514 for(int index = 0; index < nYuvCount ; index ++) { in isOnlyVideoDoable() local
515 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in isOnlyVideoDoable()
647 for(int index = 0;index < nYuvCount; index++){ in updateYUV() local
648 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in updateYUV()
678 for (int index = 0, mdpNextZOrder = 0; index < mCurrentFrame.layerCount; in programMDP() local
679 index++) { in programMDP()
680 if(!mCurrentFrame.isFBComposed[index]) { in programMDP()
681 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programMDP()
682 hwc_layer_1_t* layer = &list->hwLayers[index]; in programMDP()
689 layer %d",__FUNCTION__, index); in programMDP()
708 for (int index = 0; index < mCurrentFrame.layerCount; index++) { in programYUV() local
709 if(!mCurrentFrame.isFBComposed[index]) { in programYUV()
710 hwc_layer_1_t* layer = &list->hwLayers[index]; in programYUV()
711 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programYUV()
719 layer %d",__FUNCTION__, index); in programYUV()
818 eDest dest = mdp_info.index; in configure()
837 for(int index = 0; index < nYuvCount ; index ++) { in allocLayerPipes() local
838 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
850 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG); in allocLayerPipes()
851 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
859 for(int index = 0 ; index < mCurrentFrame.layerCount; index++ ) { in allocLayerPipes() local
860 if(mCurrentFrame.isFBComposed[index]) continue; in allocLayerPipes()
861 hwc_layer_1_t* layer = &list->hwLayers[index]; in allocLayerPipes()
867 int mdpIndex = mCurrentFrame.layerToMDP[index]; in allocLayerPipes()
881 pipe_info.index = getMdpPipe(ctx, type); in allocLayerPipes()
882 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
925 ovutils::eDest dest = pipe_info.index; in draw()
1016 for(int index = 0; index < nYuvCount; index ++) { in allocLayerPipes() local
1017 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes()
1033 for(int index = 0 ; index < layer_count ; index++ ) { in allocLayerPipes() local
1034 hwc_layer_1_t* layer = &list->hwLayers[index]; in allocLayerPipes()
1040 int mdpIndex = mCurrentFrame.layerToMDP[index]; in allocLayerPipes()
1057 pipe_info.zOrder = index; in allocLayerPipes()