Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c2494 cam_sync_type_t temp_type[MM_CAMERA_MAX_NUM_SENSORS]; in sort_camera_info() local
2505 memset(temp_type, 0, sizeof(temp_type)); in sort_camera_info()
2526 temp_type[idx] = CAM_TYPE_MAIN; in sort_camera_info()
2542 temp_type[idx] = CAM_TYPE_MAIN; in sort_camera_info()
2559 temp_type[idx] = CAM_TYPE_MAIN; in sort_camera_info()
2576 temp_type[idx] = CAM_TYPE_MAIN; in sort_camera_info()
2593 temp_type[idx] = CAM_TYPE_MAIN | CAM_TYPE_AUX; in sort_camera_info()
2609 temp_type[idx] = CAM_TYPE_MAIN | CAM_TYPE_AUX; in sort_camera_info()
2624 temp_type[idx] = g_cam_ctrl.cam_type[i]; in sort_camera_info()
2638 memcpy(g_cam_ctrl.cam_type, temp_type, sizeof(temp_type)); in sort_camera_info()