Home
last modified time | relevance | path

Searched refs:MdpPipeInfoHighRes (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.h207 struct MdpPipeInfoHighRes : public MdpPipeInfo { struct
210 virtual ~MdpPipeInfoHighRes() {}; in ~MdpPipeInfoHighRes() argument
214 MdpPipeInfoHighRes& pipe_info, ePipeType type);
Dhwc_mdpcomp.cpp983 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()