Home
last modified time | relevance | path

Searched refs:degrees (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DExif.cpp249 static void convertGpsCoordinate(float degrees, float (*result)[3]) { in convertGpsCoordinate() argument
250 float absDegrees = fabs(degrees); in convertGpsCoordinate()
298 int32_t degrees = (int32_t)longValue; in convertToMetadata() local
299 dst.update(ANDROID_JPEG_ORIENTATION, &degrees, 1); in convertToMetadata()
351 int32_t degrees; in createExifDataCommon() local
378 degrees = (entry.count > 0) ? entry.data.i32[0] : 0; in createExifDataCommon()
379 ALOGV("degrees %d focalLength %f", degrees, focalLength); in createExifDataCommon()
387 switch (degrees) { in createExifDataCommon()
/device/google/cuttlefish/guest/hals/camera/
DExif.cpp235 static void convertGpsCoordinate(float degrees, float (*result)[3]) { in convertGpsCoordinate() argument
236 float absDegrees = fabs(degrees); in convertGpsCoordinate()
287 int64_t degrees; in createExifData() local
309 &degrees)) { in createExifData()
322 switch (degrees) { in createExifData()