Home
last modified time | relevance | path

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

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