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

  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 266 float verDscale = ceilf((float)src_h / (float)dst_h);
270 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
275 verDscale /= 4.0f;
280 if((int)verDscale)
281 vertDeci = (uint8_t)log2f(verDscale);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 289 float& verDscale) {
291 verDscale = ceilf((float)src_h / (float)dst_h);
295 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
300 verDscale /= 4.0f;
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);
overlayUtils.h 417 float& verDscale);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 294 float& verDscale) {
296 verDscale = ceilf((float)src_h / (float)dst_h);
300 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
305 verDscale /= 4.0f;
overlayMdp.cpp 158 float verDscale = 0.0f;
161 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
169 if((int)verDscale)
170 mOVInfo.vert_deci = (int)log2f(verDscale);
overlayUtils.h 417 float& verDscale);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 281 milliseconds