Lines Matching refs:mdpToLayer
75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); in dump()
204 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in FrameInfo()
210 if(mdpToLayer[i].pipeInfo) { in reset()
211 delete mdpToLayer[i].pipeInfo; in reset()
212 mdpToLayer[i].pipeInfo = NULL; in reset()
214 mdpToLayer[i].rot = NULL; in reset()
218 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in reset()
234 mdpToLayer[mdpIdx].listIndex = idx; in map()
684 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programMDP()
687 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programMDP()
713 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
717 mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in programYUV()
845 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
869 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
924 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
941 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
1019 PipeLayerPair& info = mCurrentFrame.mdpToLayer[nYuvIndex]; in allocLayerPipes()
1041 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
1119 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1120 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()