Searched defs:getMdpPipe (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp314 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { function in class:qhwc::MDPComp
841 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG);
872 pipe_info.index = getMdpPipe(ctx, type);
981 pipe_info.rIndex = getMdpPipe(ctx, type);
986 pipe_info.lIndex = getMdpPipe(ctx, type);
990 pipe_info.rIndex = getMdpPipe(ctx, type);
991 pipe_info.lIndex = getMdpPipe(ctx, type);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp309 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type, function in class:qhwc::MDPComp
1008 pipe_info.index = getMdpPipe(ctx, type, Overlay::MIXER_DEFAULT);
1157 pipe_info.lIndex = getMdpPipe(ctx, type, Overlay::MIXER_LEFT);
1163 pipe_info.rIndex = getMdpPipe(ctx, type, Overlay::MIXER_RIGHT);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp309 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { function in class:qhwc::MDPComp
830 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG);
861 pipe_info.index = getMdpPipe(ctx, type);
970 pipe_info.rIndex = getMdpPipe(ctx, type);
975 pipe_info.lIndex = getMdpPipe(ctx, type);
979 pipe_info.rIndex = getMdpPipe(ctx, type);
980 pipe_info.lIndex = getMdpPipe(ctx, type);

Completed in 83 milliseconds