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

  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 262 float& verDscale) {
264 verDscale = ceilf((float)src_h / (float)dst_h);
268 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
273 verDscale /= 4.0f;
overlayMdp.cpp 144 float verDscale = 0.0f;
147 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
155 if((int)verDscale)
156 mOVInfo.vert_deci = (int)log2f(verDscale);
overlayUtils.h 409 float& verDscale);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 130 milliseconds