Searched refs:getJpegRotation (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.h265 uint32_t getJpegRotation();
H A DQCameraParametersIntf.cpp1246 uint32_t QCameraParametersIntf::getJpegRotation() function in class:qcamera::QCameraParametersIntf
1250 return mImpl->getJpegRotation();
H A DQCameraPostProc.cpp505 encode_parm.rotation = m_parent->mParameters.getJpegRotation();
584 if (((90 == m_parent->mParameters.getJpegRotation())
585 || (270 == m_parent->mParameters.getJpegRotation()))
628 encode_parm.thumb_rotation = m_parent->mParameters.getJpegRotation();
635 m_parent->mParameters.getJpegRotation() == 0);
2114 const uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation();
H A DQCameraParameters.h833 uint32_t getJpegRotation() { return mJpegRotation;}; function in class:qcamera::QCameraParameters
H A DQCamera2HWI.cpp4810 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId,
7511 uint32_t rotation = mParameters.getJpegRotation();
9005 (mParameters.getJpegRotation() > 0)) {
9008 mParameters.getJpegRotation());
H A DQCamera2HWICallbacks.cpp1954 uint32_t prmRotation = mParameters.getJpegRotation();
H A DQCameraParameters.cpp13833 snprintf(s, 128, "getJpegRotation: %u\n", getJpegRotation());
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h277 uint32_t getJpegRotation();
H A DQCameraParametersIntf.cpp1292 uint32_t QCameraParametersIntf::getJpegRotation() function in class:qcamera::QCameraParametersIntf
1296 return mImpl->getJpegRotation();
H A DQCameraPostProc.cpp505 encode_parm.rotation = m_parent->mParameters.getJpegRotation();
584 if (((90 == m_parent->mParameters.getJpegRotation())
585 || (270 == m_parent->mParameters.getJpegRotation()))
628 encode_parm.thumb_rotation = m_parent->mParameters.getJpegRotation();
635 m_parent->mParameters.getJpegRotation() == 0);
2164 const uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation();
H A DQCameraParameters.h844 uint32_t getJpegRotation() { return mJpegRotation;}; function in class:qcamera::QCameraParameters
H A DQCamera2HWI.cpp5169 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId,
8057 uint32_t rotation = mParameters.getJpegRotation();
9627 (mParameters.getJpegRotation() > 0)) {
9630 mParameters.getJpegRotation());
H A DQCamera2HWICallbacks.cpp2002 uint32_t prmRotation = mParameters.getJpegRotation();
H A DQCameraParameters.cpp15495 snprintf(s, 128, "getJpegRotation: %u\n", getJpegRotation());

Completed in 284 milliseconds