/hardware/qcom/display/msm8994/liboverlay/ |
D | overlay.cpp | 166 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe() 172 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe() 200 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe_8x26() 208 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe_8x26() 231 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe_8x16() 257 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs); in getPipe_8994() 425 numPipesXType[OV_MDP_PIPE_RGB] = in initOverlay() 440 PipeBook::pipeMinID[OV_MDP_PIPE_RGB] = 8; in initOverlay() 441 PipeBook::pipeMaxID[OV_MDP_PIPE_RGB] = (numPipesXType[OV_MDP_PIPE_RGB] == 3)? 32 : 512; in initOverlay()
|
D | overlay.h | 438 case utils::OV_MDP_PIPE_RGB: return "RGB"; in getDestStr()
|
D | overlayMdp.cpp | 124 case utils::OV_MDP_PIPE_RGB: in setPipeType()
|
D | overlayUtils.h | 249 OV_MDP_PIPE_RGB = 0, enumerator
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlay.cpp | 173 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe() 179 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe() 205 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x26() 213 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x26() 234 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x16() 241 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x16() 386 numPipesXType[OV_MDP_PIPE_RGB] = in initOverlay()
|
D | overlay.h | 385 case utils::OV_MDP_PIPE_RGB: return "RGB"; in getDestStr()
|
D | overlayUtils.h | 286 OV_MDP_PIPE_RGB = 0, enumerator
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlay.cpp | 186 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe() 192 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe() 220 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x26() 234 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x26() 259 dest = nextPipe(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer); in getPipe_8x16() 394 numPipesXType[OV_MDP_PIPE_RGB] = in initOverlay()
|
D | overlay.h | 406 case utils::OV_MDP_PIPE_RGB: return "RGB"; in getDestStr()
|
D | overlayMdp.cpp | 124 case utils::OV_MDP_PIPE_RGB: in setPipeType()
|
D | overlayUtils.h | 255 OV_MDP_PIPE_RGB = 0, enumerator
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure() 182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure()
|
D | hwc_mdpcomp.h | 58 MDPCOMP_OV_RGB = ovutils::OV_MDP_PIPE_RGB,
|
D | hwc_mdpcomp.cpp | 326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlay.h | 229 case utils::OV_MDP_PIPE_RGB: return "RGB"; in getDestStr()
|
D | overlay.cpp | 216 numPipesXType[OV_MDP_PIPE_RGB] = in initOverlay()
|
D | overlayUtils.h | 278 OV_MDP_PIPE_RGB = 0, enumerator
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 62 MDPCOMP_OV_RGB = ovutils::OV_MDP_PIPE_RGB,
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 65 MDPCOMP_OV_RGB = ovutils::OV_MDP_PIPE_RGB,
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 66 MDPCOMP_OV_RGB = ovutils::OV_MDP_PIPE_RGB,
|