Home
last modified time | relevance | path

Searched refs:isPerpendicular (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp1004 const bool isPerpendicular = !!(src_img.transform & HAL_TRANSFORM_ROT_90); in checkBtsCap() local
1005 const uint32_t srcWidth = isPerpendicular ? src_img.h : src_img.w; in checkBtsCap()
1006 const uint32_t srcHeight = isPerpendicular ? src_img.w : src_img.h; in checkBtsCap()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1179 const bool isPerpendicular = !!(src_img.transform & HAL_TRANSFORM_ROT_90); in getCandidateScalingM2mMPPOutImages() local
1180 const uint32_t srcWidth = isPerpendicular ? src_img.h : src_img.w; in getCandidateScalingM2mMPPOutImages()
1181 const uint32_t srcHeight = isPerpendicular ? src_img.w : src_img.h; in getCandidateScalingM2mMPPOutImages()
2813 bool isPerpendicular = !!(srcImg.transform & HAL_TRANSFORM_ROT_90); in needHWResource() local
2814 if (isPerpendicular) { in needHWResource()
DExynosMPP.cpp2079 bool isPerpendicular = !!(src.transform & HAL_TRANSFORM_ROT_90); in isSupported() local
2080 if (isPerpendicular) { in isSupported()