Home
last modified time | relevance | path

Searched refs:thumb_rotation (Results 1 – 10 of 10) sorted by relevance

/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_jpeg_interface.h167 uint32_t thumb_rotation; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_jpeg_interface.h167 uint32_t thumb_rotation; member
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_jpeg_interface.h200 uint32_t thumb_rotation; member
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1194 encodeParam.thumb_rotation = (uint32_t)jpeg_settings->jpeg_orientation; in encodeFWKData()
1465 encodeParam.thumb_rotation = (uint32_t)jpeg_settings->jpeg_orientation; in encodeData()
1483 encodeParam.thumb_rotation, in encodeData()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c974 thumbnail_info.rotation = (OMX_U32)p_params->thumb_rotation; in mm_jpeg_session_config_thumbnail()
980 if ((p_session->params.thumb_rotation == 90 || in mm_jpeg_session_config_thumbnail()
981 p_session->params.thumb_rotation == 270) && in mm_jpeg_session_config_thumbnail()
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c1101 thumbnail_info.rotation = (OMX_U32)p_params->thumb_rotation; in mm_jpeg_session_config_thumbnail()
1107 if ((p_session->params.thumb_rotation == 90 || in mm_jpeg_session_config_thumbnail()
1108 p_session->params.thumb_rotation == 270) && in mm_jpeg_session_config_thumbnail()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c974 thumbnail_info.rotation = (OMX_U32)p_params->thumb_rotation; in mm_jpeg_session_config_thumbnail()
980 if ((p_session->params.thumb_rotation == 90 || in mm_jpeg_session_config_thumbnail()
981 p_session->params.thumb_rotation == 270) && in mm_jpeg_session_config_thumbnail()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.cpp628 encode_parm.thumb_rotation = m_parent->mParameters.getJpegRotation(); in getJpegEncodingConfig()
640 thumb_offset.frame_len, encode_parm.thumb_rotation, in getJpegEncodingConfig()
648 encode_parm.thumb_rotation = m_parent->mParameters.getJpegExifRotation(); in getJpegEncodingConfig()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp555 encode_parm.thumb_rotation = jpeg_rotation; in getJpegEncodingConfig()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.cpp555 encode_parm.thumb_rotation = jpeg_rotation; in getJpegEncodingConfig()