Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp813 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()
Dhwc_mdpcomp.h184 struct MdpPipeInfoLowRes : public MdpPipeInfo { struct
186 virtual ~MdpPipeInfoLowRes() {}; in ~MdpPipeInfoLowRes() argument