Searched refs:vScale (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp127 double hScale, vScale; local
134 vScale = ( double ) height / ( double ) vRange;
136 top = ( mTop + vRange / 2 ) * vScale;
138 areaHeight = ( mBottom + vRange / 2 ) * vScale;
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp129 double hScale, vScale; local
136 vScale = ( double ) height / ( double ) vRange;
138 top = ( mTop + vRange / 2 ) * vScale;
140 areaHeight = ( mBottom + vRange / 2 ) * vScale;
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c144 double yScale, double uScale, double vScale,
1008 double yScale, double uScale, double vScale,
1015 *pVCoeff = vScale * contrast;
1018 + (uOff * uScale) + (vOff * vScale)) * contrast + rgbOff;
1007 psb_create_coeffs(double yOff, double uOff, double vOff, double rgbOff, double yScale, double uScale, double vScale, double brightness, double contrast, double *pYCoeff, double *pUCoeff, double *pVCoeff, double *pConstant) argument

Completed in 26 milliseconds