Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h265 uint32_t getJpegRotation();
DQCameraPostProc.cpp503 encode_parm.rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig()
582 if (((90 == m_parent->mParameters.getJpegRotation()) in getJpegEncodingConfig()
583 || (270 == m_parent->mParameters.getJpegRotation())) in getJpegEncodingConfig()
626 encode_parm.thumb_rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig()
633 m_parent->mParameters.getJpegRotation() == 0); in getJpegEncodingConfig()
2110 const uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation(); in encodeData()
DQCameraParametersIntf.cpp1246 uint32_t QCameraParametersIntf::getJpegRotation() in getJpegRotation() function in qcamera::QCameraParametersIntf
1250 return mImpl->getJpegRotation(); in getJpegRotation()
DQCameraParameters.h836 uint32_t getJpegRotation() { return mJpegRotation;}; in getJpegRotation() function
DQCamera2HWI.cpp4740 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId, in configureOnlineRotation()
7396 uint32_t rotation = mParameters.getJpegRotation(); in getPPConfig()
8890 (mParameters.getJpegRotation() > 0)) { in needRotationReprocess()
8893 mParameters.getJpegRotation()); in needRotationReprocess()
DQCamera2HWICallbacks.cpp1964 uint32_t prmRotation = mParameters.getJpegRotation(); in updateMetadata()
DQCameraParameters.cpp13761 snprintf(s, 128, "getJpegRotation: %u\n", getJpegRotation()); in dump()