Home
last modified time | relevance | path

Searched refs:sync_control (Results 1 – 7 of 7) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp533 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_start_preview()
577 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_stop_preview()
656 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in start_recording()
954 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
989 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
1090 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in set_parameters()
1151 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in stop_after_set_params()
1194 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in commit_params()
1237 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_after_set_params()
2151 if ((getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) && in setMpoComposition()
[all …]
DQCameraParameters.cpp5931 (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON)) { in initDefaultParameters()
6160 if(m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in init()
6238 if (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in deinit()
11784 if(m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in setDcrf()
11891 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_ON; in bundleRelatedCameras()
11894 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_OFF; in bundleRelatedCameras()
13422 if (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in updatePpFeatureMask()
DQCameraMuxer.cpp2139 info.sync_control = CAM_SYNC_RELATED_SENSORS_ON; in cameraDeviceOpen()
DQCameraPostProc.cpp2514 if (related_cam_info->sync_control == CAM_SYNC_RELATED_SENSORS_ON && in encodeData()
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_intf.h86 cam_sync_related_sensors_control_t sync_control; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_intf.h86 cam_sync_related_sensors_control_t sync_control; member
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3958 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_ON; in processCaptureRequest()
3960 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_OFF; in processCaptureRequest()
4656 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_OFF; in flush()