Home
last modified time | relevance | path

Searched refs:pipeInfo (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp210 if(mdpToLayer[i].pipeInfo) { in reset()
211 delete mdpToLayer[i].pipeInfo; in reset()
212 mdpToLayer[i].pipeInfo = NULL; in reset()
713 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo; in programYUV()
814 *(static_cast<MdpPipeInfoLowRes*>(PipeLayerPair.pipeInfo)); in configure()
846 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()
870 info.pipeInfo = new MdpPipeInfoLowRes; in allocLayerPipes()
872 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes()
1020 info.pipeInfo = new MdpPipeInfoHighRes; in allocLayerPipes()
1042 info.pipeInfo = new MdpPipeInfoHighRes; in allocLayerPipes()
[all …]
H A Dhwc_mdpcomp.h72 MdpPipeInfo *pipeInfo; member
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp237 if(mdpToLayer[i].pipeInfo) { in reset()
238 delete mdpToLayer[i].pipeInfo; in reset()
239 mdpToLayer[i].pipeInfo = NULL; in reset()
1497 info.pipeInfo = new MdpYUVPipeInfo; in allocSplitVGPipesfor4k2k()
1499 MdpYUVPipeInfo& pipe_info = *(MdpYUVPipeInfo*)info.pipeInfo; in allocSplitVGPipesfor4k2k()
1561 *(static_cast<MdpPipeInfoNonSplit*>(PipeLayerPair.pipeInfo)); in configure()
1590 info.pipeInfo = new MdpPipeInfoNonSplit; in allocLayerPipes()
1616 *(static_cast<MdpYUVPipeInfo*>(PipeLayerPair.pipeInfo)); in configure4k2kYuv()
1834 info.pipeInfo = new MdpPipeInfoSplit; in allocLayerPipes()
1874 *(static_cast<MdpPipeInfoSplit*>(PipeLayerPair.pipeInfo)); in configure()
[all …]
H A Dhwc_mdpcomp.h90 MdpPipeInfo *pipeInfo; member
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp254 if(mdpToLayer[i].pipeInfo) { in reset()
255 delete mdpToLayer[i].pipeInfo; in reset()
256 mdpToLayer[i].pipeInfo = NULL; in reset()
1706 info.pipeInfo = new MdpYUVPipeInfo; in allocSplitVGPipesfor4k2k()
1708 MdpYUVPipeInfo& pipe_info = *(MdpYUVPipeInfo*)info.pipeInfo; in allocSplitVGPipesfor4k2k()
1783 *(static_cast<MdpPipeInfoNonSplit*>(PipeLayerPair.pipeInfo)); in configure()
1812 info.pipeInfo = new MdpPipeInfoNonSplit; in allocLayerPipes()
1839 *(static_cast<MdpYUVPipeInfo*>(PipeLayerPair.pipeInfo)); in configure4k2kYuv()
2054 info.pipeInfo = new MdpPipeInfoSplit; in allocLayerPipes()
2094 *(static_cast<MdpPipeInfoSplit*>(PipeLayerPair.pipeInfo)); in configure()
[all …]
H A Dhwc_mdpcomp.h93 MdpPipeInfo *pipeInfo; member
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp320 if(mdpToLayer[i].pipeInfo) { in reset()
321 delete mdpToLayer[i].pipeInfo; in reset()
322 mdpToLayer[i].pipeInfo = NULL; in reset()
2107 info.pipeInfo = new MdpYUVPipeInfo; in allocSplitVGPipesfor4k2k()
2109 MdpYUVPipeInfo& pipe_info = *(MdpYUVPipeInfo*)info.pipeInfo; in allocSplitVGPipesfor4k2k()
2184 *(static_cast<MdpPipeInfoNonSplit*>(PipeLayerPair.pipeInfo)); in configure()
2212 info.pipeInfo = new MdpPipeInfoNonSplit; in allocLayerPipes()
2239 *(static_cast<MdpYUVPipeInfo*>(PipeLayerPair.pipeInfo)); in configure4k2kYuv()
2452 info.pipeInfo = new MdpPipeInfoSplit; in allocLayerPipes()
2491 *(static_cast<MdpPipeInfoSplit*>(PipeLayerPair.pipeInfo)); in configure()
[all …]
H A Dhwc_mdpcomp.h95 MdpPipeInfo *pipeInfo; member