Home
last modified time | relevance | path

Searched refs:tryFullFrame (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h170 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp662 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp
1457 if(tryFullFrame(ctx, list) || tryVideoOnly(ctx, list)) { in prepare()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h173 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp674 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp
1664 mModeOn = tryFullFrame(ctx, list) || tryVideoOnly(ctx, list); in prepare()