Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/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()
659 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in start_recording()
952 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
987 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
1088 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in set_parameters()
1149 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in stop_after_set_params()
1192 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in commit_params()
1235 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_after_set_params()
2201 if ((getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) && in setMpoComposition()
[all …]
DQCameraParameters.cpp6140 (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON)) { in initDefaultParameters()
12213 if(m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in setDcrf()
12321 sync = (int32_t)CAM_SYNC_RELATED_SENSORS_ON; in setDualCamBundleInfo()
14047 bundle_info[num_cam].sync_control = CAM_SYNC_RELATED_SENSORS_ON; in setStreamConfigure()
14059 bundle_info[num_cam].sync_control = CAM_SYNC_RELATED_SENSORS_ON; in setStreamConfigure()
14564 if (m_relCamSyncInfo.sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in updatePpFeatureMask()
DQCameraMuxer.cpp2141 info.sync_control = CAM_SYNC_RELATED_SENSORS_ON; in cameraDeviceOpen()
DQCameraPostProc.cpp2821 if (related_cam_info->sync_control == CAM_SYNC_RELATED_SENSORS_ON && in encodeData()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h66 CAM_SYNC_RELATED_SENSORS_ON = 1, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5501 m_pRelCamSyncBuf->sync_control = CAM_SYNC_RELATED_SENSORS_ON; in processCaptureRequest()