Searched refs:MdpPipeInfoHighRes (Results 1 – 2 of 2) sorted by relevance
207 struct MdpPipeInfoHighRes : public MdpPipeInfo { struct210 virtual ~MdpPipeInfoHighRes() {}; in ~MdpPipeInfoHighRes() argument214 MdpPipeInfoHighRes& pipe_info, ePipeType type);
983 MdpPipeInfoHighRes& pipe_info, in acquireMDPPipes()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()1066 MdpPipeInfoHighRes& mdp_info = in configure()1067 *(static_cast<MdpPipeInfoHighRes*>(PipeLayerPair.pipeInfo)); in configure()1118 MdpPipeInfoHighRes& pipe_info = in draw()1119 *(MdpPipeInfoHighRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()