Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:info

825             PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
826 info.pipeInfo = new MdpPipeInfoLowRes;
827 info.rot = NULL;
828 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
849 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
850 info.pipeInfo = new MdpPipeInfoLowRes;
851 info.rot = NULL;
852 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
999 PipeLayerPair& info = mCurrentFrame.mdpToLayer[nYuvIndex];
1000 info.pipeInfo = new MdpPipeInfoHighRes;
1001 info.rot = NULL;
1002 info.pipeInfo;
1020 PipeLayerPair& info = mCurrentFrame.mdpToLayer[index];
1021 info.pipeInfo = new MdpPipeInfoHighRes;
1022 info.rot = NULL;
1023 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo;