Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c913 uint32_t aux_strid = 0; in mm_camera_intf_qbuf() local
917 aux_strid = get_aux_camera_handle(buf->stream_id); in mm_camera_intf_qbuf()
934 if (aux_strid) { in mm_camera_intf_qbuf()
1005 uint32_t aux_strid = get_aux_camera_handle(stream_id); in mm_camera_intf_get_queued_buf_count() local
1019 } else if (aux_strid) { in mm_camera_intf_get_queued_buf_count()
1028 aux_chid, aux_strid, my_obj); in mm_camera_intf_get_queued_buf_count()
1060 uint32_t aux_strid = get_aux_camera_handle(stream_id); in mm_camera_intf_link_stream() local
1082 if (aux_strid && aux_linked_chid) { in mm_camera_intf_link_stream()
1091 aux_strid, aux_linked_chid, my_obj); in mm_camera_intf_link_stream()
1184 uint32_t aux_strid = get_aux_camera_handle(stream_id); in mm_camera_intf_del_stream() local
[all …]
Dmm_camera_muxer.c1621 uint32_t aux_strid = 0; in mm_camera_muxer_reg_frame_sync() local
1625 aux_strid = get_aux_camera_handle(sync_attr->stream_id); in mm_camera_muxer_reg_frame_sync()
1626 if(aux_strid == 0) { in mm_camera_muxer_reg_frame_sync()
1629 aux_strid = get_main_camera_handle(sync_attr->stream_id); in mm_camera_muxer_reg_frame_sync()
1642 frame_sync.a_stream_id = aux_strid; in mm_camera_muxer_reg_frame_sync()