Lines Matching refs:pipeInfo
79 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); in dump()
188 if(mdpToLayer[i].pipeInfo) { in reset()
189 delete mdpToLayer[i].pipeInfo; in reset()
190 mdpToLayer[i].pipeInfo = NULL; in reset()
809 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programMDP()
838 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
955 *(static_cast<MdpPipeInfoLowRes*>(PipeLayerPair.pipeInfo)); in configure()
997 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()
999 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()
1059 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
1183 info.pipeInfo = new MdpPipeInfoHighRes; in allocLayerPipes()
1185 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes()
1211 *(static_cast<MdpPipeInfoHighRes*>(PipeLayerPair.pipeInfo)); in configure()
1268 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()