Searched refs:exifRotation (Results 1 – 1 of 1) sorted by relevance
11117 char exifRotation[PROPERTY_VALUE_MAX]; in useJpegExifRotation() local11119 property_get("persist.camera.exif.rotation", exifRotation, "off"); in useJpegExifRotation()11121 if (!strcmp(exifRotation, "on")) { in useJpegExifRotation()