Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp732 int src_width_l, src_height_l; in needsScalingWithSplit() local
763 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit()
766 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l))) in needsScalingWithSplit()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp719 int src_width_l, src_height_l; in needsScalingWithSplit() local
750 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit()
753 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l))) in needsScalingWithSplit()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp897 int src_width_l, src_height_l; in needsScalingWithSplit() local
928 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit()
931 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l))) in needsScalingWithSplit()