Lines Matching refs:nYuvIndex
515 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in isOnlyVideoDoable() local
516 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in isOnlyVideoDoable()
648 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in updateYUV() local
649 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in updateYUV()
652 if(!mCurrentFrame.isFBComposed[nYuvIndex]) { in updateYUV()
653 mCurrentFrame.isFBComposed[nYuvIndex] = true; in updateYUV()
657 if(mCurrentFrame.isFBComposed[nYuvIndex]) { in updateYUV()
658 mCurrentFrame.isFBComposed[nYuvIndex] = false; in updateYUV()
838 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes() local
840 if(mCurrentFrame.isFBComposed[nYuvIndex]) in allocLayerPipes()
843 int mdpIndex = mCurrentFrame.layerToMDP[nYuvIndex]; in allocLayerPipes()
1017 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index]; in allocLayerPipes() local
1018 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in allocLayerPipes()
1019 PipeLayerPair& info = mCurrentFrame.mdpToLayer[nYuvIndex]; in allocLayerPipes()
1029 pipe_info.zOrder = nYuvIndex; in allocLayerPipes()