Lines Matching refs:mdpToLayer

103     mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));  in dump()
248 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in FrameInfo()
254 if(mdpToLayer[i].pipeInfo) { in reset()
255 delete mdpToLayer[i].pipeInfo; in reset()
256 mdpToLayer[i].pipeInfo = NULL; in reset()
258 mdpToLayer[i].rot = NULL; in reset()
262 memset(&mdpToLayer, 0, sizeof(mdpToLayer)); in reset()
278 mdpToLayer[mdpIdx].listIndex = idx; in map()
1510 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in postHeuristicsHandling()
1516 mCurrentFrame.mdpToLayer[mdpIndex]) in postHeuristicsHandling()
1527 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ in postHeuristicsHandling()
1705 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocSplitVGPipesfor4k2k()
1811 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
1887 *(MdpYUVPipeInfo*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1888 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
1922 *(MdpPipeInfoNonSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1947 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
2053 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; in allocLayerPipes()
2144 *(MdpYUVPipeInfo*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2145 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()
2179 *(MdpPipeInfoSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
2180 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot; in draw()