Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/common/
Dmm_jpeg_interface.h204 uint32_t thumb_rotation; member
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1193 encodeParam.thumb_rotation = (uint32_t)jpeg_settings->jpeg_orientation; in encodeFWKData()
1475 encodeParam.thumb_rotation = (uint32_t)jpeg_settings->jpeg_orientation; in encodeData()
1493 encodeParam.thumb_rotation, in encodeData()
/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/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()