Home
last modified time | relevance | path

Searched refs:canUseRotator (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h369 bool canUseRotator(hwc_context_t *ctx, int dpy);
Dhwc.cpp149 if (UNLIKELY(isYuvBuffer(hnd)) && canUseRotator(ctx, dpy) && in setDMAState()
Dhwc_mdpcomp.cpp710 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame()
1029 if(layer->transform & HWC_TRANSFORM_ROT_90 && !canUseRotator(ctx,mDpy)) { in isYUVDoable()
Dhwc_utils.cpp2006 bool canUseRotator(hwc_context_t *ctx, int dpy) { in canUseRotator() function
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h389 bool canUseRotator(hwc_context_t *ctx, int dpy);
Dhwc_mdpcomp.cpp723 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame()
1208 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
Dhwc_utils.cpp2010 bool canUseRotator(hwc_context_t *ctx, int dpy) { in canUseRotator() function
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h462 bool canUseRotator(hwc_context_t *ctx, int dpy);
Dhwc.cpp139 if (canUseRotator(ctx, dpy) && in setDMAState()
Dhwc_mdpcomp.cpp831 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame()
1463 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()