Searched refs:MdpPipeInfoLowRes (Results 1 – 2 of 2) sorted by relevance
813 MdpPipeInfoLowRes& mdp_info = in configure()814 *(static_cast<MdpPipeInfoLowRes*>(PipeLayerPair.pipeInfo)); in configure()846 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()848 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()870 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()872 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()923 MdpPipeInfoLowRes& pipe_info = in draw()924 *(MdpPipeInfoLowRes*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in draw()
184 struct MdpPipeInfoLowRes : public MdpPipeInfo { struct186 virtual ~MdpPipeInfoLowRes() {}; in ~MdpPipeInfoLowRes() argument