Lines Matching defs:info
836 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
837 info.pipeInfo = new MdpPipeInfoLowRes;
838 info.rot = NULL;
839 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
860 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
861 info.pipeInfo = new MdpPipeInfoLowRes;
862 info.rot = NULL;
863 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
1010 PipeLayerPair& info = mCurrentFrame.mdpToLayer[nYuvIndex];
1011 info.pipeInfo = new MdpPipeInfoHighRes;
1012 info.rot = NULL;
1013 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo;
1031 PipeLayerPair& info = mCurrentFrame.mdpToLayer[index];
1032 info.pipeInfo = new MdpPipeInfoHighRes;
1033 info.rot = NULL;
1034 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo;