Lines Matching refs:mdpIndex
806 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programMDP() local
809 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programMDP()
812 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programMDP()
836 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programYUV() local
838 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
842 mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programYUV()
995 int mdpIndex = mCurrentFrame.layerToMDP[index]; in allocLayerPipes() local
996 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
1056 int mdpIndex = mCurrentFrame.layerToMDP[i]; in draw() local
1059 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1084 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
1181 int mdpIndex = mCurrentFrame.layerToMDP[index]; in allocLayerPipes() local
1182 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
1265 int mdpIndex = mCurrentFrame.layerToMDP[i]; in draw() local
1268 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1269 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()