Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h117 uint32_t getJpegExifRotation();
DQCameraParametersIntf.cpp324 uint32_t QCameraParametersIntf::getJpegExifRotation() in getJpegExifRotation() function in qcamera::QCameraParametersIntf
328 return mImpl->getJpegExifRotation(); in getJpegExifRotation()
DQCameraParameters.h677 uint32_t getJpegExifRotation();
DQCameraPostProc.cpp648 encode_parm.thumb_rotation = m_parent->mParameters.getJpegExifRotation(); in getJpegEncodingConfig()
DQCamera2HWI.cpp9230 switch (mParameters.getJpegExifRotation()) { in getExifData()
DQCameraParameters.cpp10719 uint32_t QCameraParameters::getJpegExifRotation() { in getJpegExifRotation() function in qcamera::QCameraParameters