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

  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
262 uint32_t dscale = (int)sqrtf(fDscale);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
204 uint32_t dscale = round(fDscale);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
241 uint32_t dscale = round(fDscale);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
268 uint32_t dscale = (int)sqrtf(fDscale);

Completed in 186 milliseconds