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

  /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);
  /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/msm8909/liboverlay/
overlayUtils.cpp 256 float horDscale = ceilf((float)src_w / (float)dst_w);
261 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
266 horDscale /= (float)mdpHw.getMaxMDPDownscale();
269 if((int)horDscale)
270 horzDeci = (uint8_t)log2f(horDscale);
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 277 float horDscale = ceilf((float)src_w / (float)dst_w);
282 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
287 horDscale /= (float)mdpHw.getMaxMDPDownscale();
290 if((int)horDscale)
291 horzDeci = (uint8_t)log2f(horDscale);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 404 milliseconds