Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:horDscale

2166         float horDscale = 0.0f;
2170 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale,
2173 if((int)horDscale)
2174 horzDeci = (int)(log(horDscale) / log(2));