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

  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 143 float horDscale = 0.0f;
147 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
149 if(horDscale < minHorDeci)
150 horDscale = minHorDeci;
152 if((int)horDscale)
153 mOVInfo.horz_deci = (int)log2f(horDscale);
  /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 1334 milliseconds