Lines Matching refs:pipeInfo
75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); in dump()
210 if(mdpToLayer[i].pipeInfo) { in reset()
211 delete mdpToLayer[i].pipeInfo; in reset()
212 mdpToLayer[i].pipeInfo = NULL; in reset()
684 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programMDP()
713 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
814 *(static_cast<MdpPipeInfoLowRes*>(PipeLayerPair.pipeInfo)); in configure()
846 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()
848 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()
870 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()
872 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()
924 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1020 info.pipeInfo = new MdpPipeInfoHighRes; in allocLayerPipes()
1022 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes()
1042 info.pipeInfo = new MdpPipeInfoHighRes; in allocLayerPipes()
1044 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes()
1067 *(static_cast<MdpPipeInfoHighRes*>(PipeLayerPair.pipeInfo)); in configure()
1119 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()