Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h126 bool useJpegExifRotation();
DQCameraParametersIntf.cpp348 bool QCameraParametersIntf::useJpegExifRotation() in useJpegExifRotation() function in qcamera::QCameraParametersIntf
352 return mImpl->useJpegExifRotation(); in useJpegExifRotation()
DQCameraParameters.h695 bool useJpegExifRotation();
DQCameraPostProc.cpp719 (m_parent->mParameters.useJpegExifRotation() || in getJpegEncodingConfig()
723 m_parent->mParameters.useJpegExifRotation()){ in getJpegEncodingConfig()
DQCameraParameters.cpp11041 if (!useJpegExifRotation()) { in getRotation()
11098 if (useJpegExifRotation()) { in getJpegExifRotation()
11116 bool QCameraParameters::useJpegExifRotation() { in useJpegExifRotation() function in qcamera::QCameraParameters