Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c685 uint32_t ch_id = 0, aux_ch_id = 0; in mm_camera_intf_add_channel() local
709 aux_ch_id = mm_camera_muxer_add_channel(aux_handle, attr, in mm_camera_intf_add_channel()
711 if (aux_ch_id <= 0) { in mm_camera_intf_add_channel()
715 ch_id |= aux_ch_id; in mm_camera_intf_add_channel()
1625 uint32_t aux_ch_id = get_aux_camera_handle(ch_id); in mm_camera_intf_start_zsl_snapshot() local
1630 if (aux_ch_id) { in mm_camera_intf_start_zsl_snapshot()
1638 aux_ch_id, my_obj); in mm_camera_intf_start_zsl_snapshot()
1679 uint32_t aux_ch_id = get_aux_camera_handle(ch_id); in mm_camera_intf_stop_zsl_snapshot() local
1684 if (aux_ch_id) { in mm_camera_intf_stop_zsl_snapshot()
1691 rc = mm_camera_muxer_stop_zsl_snapshot(aux_handle, aux_ch_id, my_obj); in mm_camera_intf_stop_zsl_snapshot()
[all …]