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

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 153 float verDscale = 0.0f;
156 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
164 if((int)verDscale)
165 mOVInfo.vert_deci = (int)log2f(verDscale);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 287 float verDscale = ceilf((float)src_h / (float)dst_h);
291 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
296 verDscale /= 4.0f;
301 if((int)verDscale)
302 vertDeci = (uint8_t)log2f(verDscale);
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 257 float verDscale = ceilf((float)src_h / (float)dst_h);
262 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
267 verDscale /= (float)mdpHw.getMaxMDPDownscale();
272 if((int)verDscale)
273 vertDeci = (uint8_t)log2f(verDscale);
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 278 float verDscale = ceilf((float)src_h / (float)dst_h);
283 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
288 verDscale /= (float)mdpHw.getMaxMDPDownscale();
293 if((int)verDscale)
294 vertDeci = (uint8_t)log2f(verDscale);
  /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 442 milliseconds