HomeSort by relevance Sort by last modified time
    Searched refs:getJpegRotation (Results 1 - 25 of 30) sorted by null

1 2

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraStream.cpp 236 stream_config.fmt.rotation = mHalCamCtrl->getJpegRotation();
239 stream_config.fmt.rotation = mHalCamCtrl->getJpegRotation();
QCameraHWI.cpp 551 jpg_job.encode_job.encode_parm.rotation = getJpegRotation();
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParametersIntf.h 265 uint32_t getJpegRotation();
QCameraParametersIntf.cpp 1246 uint32_t QCameraParametersIntf::getJpegRotation()
1250 return mImpl->getJpegRotation();
    [all...]
QCameraPostProc.cpp 505 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);
    [all...]
QCameraParameters.h     [all...]
QCamera2HWI.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 613 int degrees = CameraUtil.getJpegRotation(captureParams.orientation, mCharacteristics);
    [all...]
OneCameraImpl.java 400 CameraUtil.getJpegRotation(params.orientation, mCharacteristics));
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCamera2HWI.h 355 int getJpegRotation();
QCameraPostProc.cpp 370 encode_parm.rotation = m_parent->getJpegRotation();
425 int jpeg_rotation = m_parent->getJpegRotation();
    [all...]
QCameraParameters.h 530 int getJpegRotation();
    [all...]
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 656 int getJpegRotation(void);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 598 int getJpegRotation(void);
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraPostProc.cpp 452 encode_parm.rotation = m_parent->mParameters.getJpegRotation();
512 uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation();
    [all...]
QCameraParameters.h     [all...]
QCamera2HWICallbacks.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraPostProc.cpp 452 encode_parm.rotation = m_parent->mParameters.getJpegRotation();
512 uint32_t jpeg_rotation = m_parent->mParameters.getJpegRotation();
    [all...]
QCameraParameters.h     [all...]
QCamera2HWICallbacks.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]

Completed in 859 milliseconds

1 2