Home
last modified time | relevance | path

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

/hardware/qcom/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()
940 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
975 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
1076 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in set_parameters()
1137 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in stop_after_set_params()
1180 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in commit_params()
1223 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_after_set_params()
2101 if ((getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) && in setMpoComposition()
[all …]
DQCameraParameters.cpp5918 (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON)) { in initDefaultParameters()
6146 if(m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in init()
6224 if (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in deinit()
11744 if(m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in setDcrf()
11819 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_ON; in bundleRelatedCameras()
11822 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_OFF; in bundleRelatedCameras()
13362 if (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in updatePpFeatureMask()
DQCameraMuxer.cpp2136 info.sync_control = CAM_SYNC_RELATED_SENSORS_ON; in cameraDeviceOpen()
DQCameraPostProc.cpp2490 if (related_cam_info->sync_control == CAM_SYNC_RELATED_SENSORS_ON && in encodeData()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h502 cam_sync_related_sensors_control_t sync_control; member