Searched defs:configRotator (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp838 static inline int configRotator(Rotator *rot, const Whf& whf, function in namespace:qhwc
988 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
1045 if(configRotator(*rot, whf, origWhf, mdpFlagsL, orient, downscale) < 0)
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp798 int configRotator(Rotator *rot, const Whf& whf, function in namespace:qhwc
942 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
943 ALOGE("%s: configRotator failed!", __FUNCTION__);
1007 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1008 ALOGE("%s: configRotator failed!", __FUNCTION__);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp1493 int configRotator(Rotator *rot, Whf& whf, function in namespace:qhwc
1675 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
1676 ALOGE("%s: configRotator failed!", __FUNCTION__);
1781 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1782 ALOGE("%s: configRotator failed!", __FUNCTION__);
1914 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1915 ALOGE("%s: configRotator failed!", __FUNCTION__);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1514 int configRotator(Rotator *rot, Whf& whf, function in namespace:qhwc
1686 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
1687 ALOGE("%s: configRotator failed!", __FUNCTION__);
1791 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1792 ALOGE("%s: configRotator failed!", __FUNCTION__);
1924 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1925 ALOGE("%s: configRotator failed!", __FUNCTION__);

Completed in 35 milliseconds