Home
last modified time | relevance | path

Searched refs:cropHeight (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp528 const uint32_t cropHeight = sourceCrop.bottom - sourceCrop.top; in configure() local
531 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight); in configure()
Dhwc_mdpcomp.cpp2791 uint32_t cropHeight = has90Transform(layer) ? crop.right - crop.left : in acquireMDPPipes() local
2795 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight); in acquireMDPPipes()
2801 cropHeight /= downscale; in acquireMDPPipes()