Searched refs:tryVideoOnly (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 186 bool tryVideoOnly(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 974 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly() function in qhwc::MDPComp 1465 if(tryFullFrame(ctx, list) || tryVideoOnly(ctx, list)) { in prepare()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_mdpcomp.h | 197 bool tryVideoOnly(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 1318 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly() function in qhwc::MDPComp 2025 tryVideoOnly(ctx, list); in prepare()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 190 bool tryVideoOnly(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 1153 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly() function in qhwc::MDPComp 1672 mModeOn = tryFullFrame(ctx, list) || tryVideoOnly(ctx, list); in prepare()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 193 bool tryVideoOnly(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 1316 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly() function in qhwc::MDPComp 2060 tryVideoOnly(ctx, list); in prepare()
|