Searched refs:coord (Results 1 - 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
H A D | OMXExif.cpp | 800 status_t OMXCameraAdapter::convertGPSCoord(double coord, argument 810 if ( coord == 0 ) { 817 deg = (int) floor(fabs(coord)); 818 tmp = ( fabs(coord) - floor(fabs(coord)) ) * GPS_MIN_DIV;
|
/hardware/qcom/camera/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 1337 * @coord : [output] ptr to struct to store coordinate 1343 int parseGPSCoordinate(const char *coord_str, rat_t* coord) argument 1345 if(coord == NULL) { 1346 ALOGE("%s: error, invalid argument coord == NULL", __func__); 1356 getRational(&coord[0], (int)degF, 1); 1357 getRational(&coord[1], (int)minF, 1); 1358 getRational(&coord[2], (int)(secF * 10000), 10000);
|
/hardware/qcom/camera/QCamera2/HAL/ |
H A D | QCameraParameters.h | 511 int parseGPSCoordinate(const char *coord_str, rat_t *coord);
|
H A D | QCameraParameters.cpp | 5195 * @coord : [output] ptr to struct to store coordinate 5201 int QCameraParameters::parseGPSCoordinate(const char *coord_str, rat_t* coord) argument 5203 if(coord == NULL) { 5204 ALOGE("%s: error, invalid argument coord == NULL", __func__); 5214 getRational(&coord[0], (int)degF, 1); 5215 getRational(&coord[1], (int)minF, 1); 5216 getRational(&coord[2], (int)(secF * 10000), 10000);
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
H A D | OMXCameraAdapter.h | 450 status_t convertGPSCoord(double coord, int °, int &min, int &sec, int &secDivisor);
|
Completed in 158 milliseconds