Lines Matching refs:mdpToLayer

114     mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));  in dump()
314 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in FrameInfo()
320 if(mdpToLayer[i].pipeInfo) { in reset()
321 delete mdpToLayer[i].pipeInfo; in reset()
322 mdpToLayer[i].pipeInfo = NULL; in reset()
324 mdpToLayer[i].rot = NULL; in reset()
328 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in reset()
344 mdpToLayer[mdpIdx].listIndex = idx; in map()
1832 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in postHeuristicsHandling()
1838 mCurrentFrame.mdpToLayer[mdpIndex]) in postHeuristicsHandling()
1849 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in postHeuristicsHandling()
2106 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocSplitVGPipesfor4k2k()
2211 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
2286 *(MdpYUVPipeInfo*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2287 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
2321 *(MdpPipeInfoNonSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2345 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
2451 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
2540 *(MdpYUVPipeInfo*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2541 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
2575 *(MdpPipeInfoSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2576 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()