Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp11117 char exifRotation[PROPERTY_VALUE_MAX]; in useJpegExifRotation() local
11119 property_get("persist.camera.exif.rotation", exifRotation, "off"); in useJpegExifRotation()
11121 if (!strcmp(exifRotation, "on")) { in useJpegExifRotation()