HomeSort by relevance Sort by last modified time
    Searched refs:src_height_l (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 732 int src_width_l, src_height_l; local
763 src_height_l = cropL.bottom - cropL.top;
766 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 719 int src_width_l, src_height_l; local
750 src_height_l = cropL.bottom - cropL.top;
753 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 897 int src_width_l, src_height_l; local
    [all...]

Completed in 105 milliseconds