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

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.h222 int getJpegRotation();
H A DQCamera3PostProc.cpp944 jpg_job.encode_job.rotation = m_parent->getJpegRotation();
H A DQCamera3Channel.cpp1280 * FUNCTION : getJpegRotation
1288 int QCamera3PicChannel::getJpegRotation() { function in class:qcamera::QCamera3PicChannel
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h291 int getJpegRotation();
H A DQCameraParameters.h384 int getJpegRotation();
H A DQCamera2HWI.cpp3210 int rotation = mParameters.getJpegRotation();
3969 mParameters.getJpegRotation() > 0) {
4008 * FUNCTION : getJpegRotation
4016 int QCamera2HardwareInterface::getJpegRotation() { function in class:qcamera::QCamera2HardwareInterface
4017 return mParameters.getJpegRotation();
H A DQCameraPostProc.cpp1070 int rotation = m_parent->getJpegRotation();
1084 jpg_job.encode_job.rotation = m_parent->getJpegRotation();
H A DQCameraParameters.cpp5172 * FUNCTION : getJpegRotation
5180 int QCameraParameters::getJpegRotation() { function in class:qcamera::QCameraParameters

Completed in 348 milliseconds