Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h280 uint32_t getJpegRotation();
DQCameraPostProc.cpp562 encode_parm.rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig()
666 if (((90 == m_parent->mParameters.getJpegRotation()) in getJpegEncodingConfig()
667 || (270 == m_parent->mParameters.getJpegRotation())) in getJpegEncodingConfig()
713 encode_parm.thumb_rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig()
720 m_parent->mParameters.getJpegRotation() == 0); in getJpegEncodingConfig()
2657 uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation(); in encodeData()
DQCameraParametersIntf.cpp1312 uint32_t QCameraParametersIntf::getJpegRotation() in getJpegRotation() function in qcamera::QCameraParametersIntf
1316 return mImpl->getJpegRotation(); in getJpegRotation()
DQCameraParameters.h863 uint32_t getJpegRotation() { return mJpegRotation;}; in getJpegRotation() function
DQCamera2HWI.cpp5301 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId, in configureOnlineRotation()
8312 uint32_t rotation = mParameters.getJpegRotation(); in getPPConfig()
9944 (mParameters.getJpegRotation() > 0)) { in needRotationReprocess()
9947 mParameters.getJpegRotation()); in needRotationReprocess()
DQCamera2HWICallbacks.cpp2036 uint32_t prmRotation = mParameters.getJpegRotation(); in updateMetadata()