Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hordscale

2172         float horDscale = 0.0f;
2176 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale,
2179 if((int)horDscale)
2180 horzDeci = (int)(log(horDscale) / log(2));