Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:pipeInfo

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