Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp904 const bool isPerpendicular = !!(src_img.transform & HAL_TRANSFORM_ROT_90); in checkDownscaleCap() local
905 const uint32_t srcWidth = isPerpendicular ? src_img.h : src_img.w; in checkDownscaleCap()
906 const uint32_t srcHeight = isPerpendicular ? src_img.w : src_img.h; in checkDownscaleCap()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp1155 const bool isPerpendicular = !!(src_img.transform & HAL_TRANSFORM_ROT_90); in getCandidateScalingM2mMPPOutImages() local
1156 const uint32_t srcWidth = isPerpendicular ? src_img.h : src_img.w; in getCandidateScalingM2mMPPOutImages()
1157 const uint32_t srcHeight = isPerpendicular ? src_img.w : src_img.h; in getCandidateScalingM2mMPPOutImages()
H A DExynosMPP.cpp2030 bool isPerpendicular = !!(src.transform & HAL_TRANSFORM_ROT_90); in isSupported() local
2031 if (isPerpendicular) { in isSupported()