Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h263 bool isRotatorSupportedFormat(private_handle_t *hnd);
Dhwc_utils.cpp964 bool isRotatorSupportedFormat(private_handle_t *hnd) { in isRotatorSupportedFormat() function
983 if((isCPURendered(hnd) && isRotatorSupportedFormat(hnd) && in isRotationDoable()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h313 bool isRotatorSupportedFormat(private_handle_t *hnd);
Dhwc_utils.cpp1179 bool isRotatorSupportedFormat(private_handle_t *hnd) { in isRotatorSupportedFormat() function
1201 if((!isSecureDisplayBuffer(hnd) && isRotatorSupportedFormat(hnd) && in isRotationDoable()