Lines Matching refs:mdpIndex
684 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programMDP() local
687 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programMDP()
690 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programMDP()
714 int mdpIndex = mCurrentFrame.layerToMDP[index]; in programYUV() local
716 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
720 mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programYUV()
839 int mdpIndex = mCurrentFrame.layerToMDP[nYuvIndex]; in allocLayerPipes() local
841 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
863 int mdpIndex = mCurrentFrame.layerToMDP[index]; in allocLayerPipes() local
865 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
917 int mdpIndex = mCurrentFrame.layerToMDP[i]; in draw() local
920 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
937 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
1111 int mdpIndex = mCurrentFrame.layerToMDP[i]; in draw() local
1114 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1115 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()