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

  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 286 float horDscale = ceilf((float)src_w / (float)dst_w);
290 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
295 horDscale /= 4.0f;
298 if((int)horDscale)
299 horzDeci = (uint8_t)log2f(horDscale);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 265 float horDscale = ceilf((float)src_w / (float)dst_w);
269 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
274 horDscale /= 4.0f;
277 if((int)horDscale)
278 horzDeci = (uint8_t)log2f(horDscale);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 152 float horDscale = 0.0f;
156 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
158 if(horDscale < minHorDeci)
159 horDscale = minHorDeci;
161 if((int)horDscale)
162 mOVInfo.horz_deci = (int)log2f(horDscale);
overlayUtils.cpp 288 const int& dst_w, const int& dst_h, float& horDscale,
290 horDscale = ceilf((float)src_w / (float)dst_w);
294 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
299 horDscale /= 4.0f;
overlayUtils.h 416 const int& dst_w, const int& dst_h, float& horDscale,
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 125 milliseconds