Searched defs:tryFullFrame (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp669 bool MDPComp::tryFullFrame(hwc_context_t *ctx, function in class:qhwc::MDPComp
1465 if(tryFullFrame(ctx, list) || tryVideoOnly(ctx, list)) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp682 bool MDPComp::tryFullFrame(hwc_context_t *ctx, function in class:qhwc::MDPComp
1672 mModeOn = tryFullFrame(ctx, list) || tryVideoOnly(ctx, list);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp738 bool MDPComp::tryFullFrame(hwc_context_t *ctx, function in class:qhwc::MDPComp
1366 /* if tryFullFrame fails, try to push all video and secure RGB layers to MDP */
2022 // if tryFullFrame fails, try to push all video and secure RGB layers
2024 mModeOn = tryFullFrame(ctx, list) || tryMDPOnlyLayers(ctx, list) ||
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp779 bool MDPComp::tryFullFrame(hwc_context_t *ctx, function in class:qhwc::MDPComp
1377 /* if tryFullFrame fails, try to push all video and secure RGB layers to MDP */
2057 // if tryFullFrame fails, try to push all video and secure RGB layers
2059 mModeOn = tryFullFrame(ctx, list) || tryMDPOnlyLayers(ctx, list) ||

Completed in 145 milliseconds