Searched refs:ideg (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/camera/ |
D | exif.cpp | 133 const uint32_t ideg = floor(v); in convertDegToDegMmSs() local 134 v = (v - ideg) * 60; in convertDegToDegMmSs() 138 return {ideg, minutes, secondsM}; in convertDegToDegMmSs() 280 const auto [ideg, minutes, secondsM] = convertDegToDegMmSs( in createExifData() 282 ExifRational degmmss[3] = {{ideg, 1}, {minutes, 1}, in createExifData() 294 const auto [ideg, minutes, secondsM] = convertDegToDegMmSs( in createExifData() 296 ExifRational degmmss[3] = {{ideg, 1}, {minutes, 1}, in createExifData()
|