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