Home
last modified time | relevance | path

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

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