Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c912 uint32_t strid = 0; in mm_camera_intf_qbuf() local
916 strid = get_main_camera_handle(buf->stream_id); in mm_camera_intf_qbuf()
920 if (strid) { in mm_camera_intf_qbuf()
1004 uint32_t strid = get_main_camera_handle(stream_id); in mm_camera_intf_get_queued_buf_count() local
1007 if (strid) { in mm_camera_intf_get_queued_buf_count()
1015 rc = mm_camera_get_queued_buf_count(my_obj, chid, strid); in mm_camera_intf_get_queued_buf_count()
1059 uint32_t strid = get_main_camera_handle(stream_id); in mm_camera_intf_link_stream() local
1067 if (strid && linked_chid) { in mm_camera_intf_link_stream()
1076 id = mm_camera_link_stream(my_obj, m_chid, strid, linked_chid); in mm_camera_intf_link_stream()
1244 uint32_t strid = get_main_camera_handle(stream_id); in mm_camera_intf_config_stream() local
[all …]
Dmm_camera_muxer.c1620 uint32_t strid = 0; in mm_camera_muxer_reg_frame_sync() local
1624 strid = get_main_camera_handle(stream_id); in mm_camera_muxer_reg_frame_sync()
1649 rc = mm_camera_reg_frame_sync(cam_obj, chid, strid, &frame_sync); in mm_camera_muxer_reg_frame_sync()