Searched refs:my_hdl (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 216 my_obj->my_hdl, my_obj->fd, my_obj->state); in mm_stream_handle_rcvd_buf() 290 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl; in mm_stream_dispatch_sync_data() 291 super_buf.ch_id = my_obj->ch_obj->my_hdl; in mm_stream_dispatch_sync_data() 332 my_obj->my_hdl, my_obj->fd, my_obj->state); in mm_stream_data_notify() 410 my_obj->my_hdl, my_obj->fd, my_obj->state); in mm_stream_dispatch_app_data() 422 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl; in mm_stream_dispatch_app_data() 423 super_buf.ch_id = my_obj->ch_obj->my_hdl; in mm_stream_dispatch_app_data() 499 my_obj->my_hdl, my_obj->fd, my_obj->state); in mm_stream_fsm_fn() 560 my_obj->my_hdl, my_obj->fd, my_obj->state); in mm_stream_fsm_inited() 570 uint32_t cam_handle = my_obj->ch_obj->cam_obj->my_hdl; in mm_stream_fsm_inited() [all …]
|
D | mm_camera_channel.c | 179 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 742 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl; in mm_channel_send_super_buf() 743 cb_node->u.superbuf.ch_id = ch_obj->my_hdl; in mm_channel_send_super_buf() 1431 s_hdl = stream->my_hdl; in mm_channel_link_stream() 1500 queue->bundled_objs[queue->num_objs] = my_obj->my_hdl; in mm_channel_reg_frame_sync() 1502 queue->bundled_objs[queue->num_objs] = sync->a_ch_obj->my_hdl; in mm_channel_reg_frame_sync() 1597 stream_obj->my_hdl = mm_camera_util_generate_handler_by_num ( in mm_channel_add_stream() 1605 s_hdl = stream_obj->my_hdl; in mm_channel_add_stream() 1729 bundle_info->bundle_id = my_obj->my_hdl; in mm_channel_get_bundle_info() 1732 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() [all …]
|
D | mm_camera_muxer.c | 149 if (cam_handle == cam_obj->my_hdl) { in mm_muxer_util_get_camera_by_obj() 157 if (cam_handle == obj->aux_cam_obj[i]->my_hdl) { in mm_muxer_util_get_camera_by_obj() 266 my_obj->my_hdl = mm_camera_util_generate_handler_by_num(my_num, cam_idx); in mm_camera_muxer_camera_open() 285 my_obj->vtbl.camera_handle = (cam_obj->my_hdl | my_obj->my_hdl); in mm_camera_muxer_camera_open() 381 my_obj->my_num, my_obj->my_hdl); in mm_camera_muxer_close_camera() 1727 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl; in mm_camera_muxer_stream_frame_sync() 1728 super_buf.ch_id = my_obj->ch_obj->my_hdl; in mm_camera_muxer_stream_frame_sync() 1824 ch_obj->my_hdl) { in mm_camera_muxer_channel_req_data_cb()
|
D | mm_camera.c | 87 if (handler == cam_obj->ch[i].my_hdl) { in mm_camera_util_get_channel_by_handler() 137 my_obj->my_hdl, in mm_camera_dispatch_app_event() 279 my_obj->my_hdl); in mm_camera_open() 911 ch_obj->my_hdl = ch_hdl; in mm_camera_add_channel() 1800 0, my_obj->my_hdl, mm_camera_sync_call); in mm_camera_evt_sub() 1810 0, my_obj->my_hdl, my_obj->ctrl_fd, mm_camera_event_notify, in mm_camera_evt_sub()
|
D | mm_camera_interface.c | 142 (cam_handle == (uint32_t)g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) { in mm_camera_util_get_camera_by_handler() 622 my_obj->aux_cam_obj[0]->my_hdl, my_obj); in mm_camera_intf_close() 627 my_obj->my_num, my_obj->my_hdl); in mm_camera_intf_close() 3203 cam_obj->my_hdl = mm_camera_util_generate_handler(cam_idx); in camera_open() 3204 cam_obj->vtbl.camera_handle = cam_obj->my_hdl; /* set handler */ in camera_open()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 291 uint32_t my_hdl; /* local stream id */ member 499 uint32_t my_hdl; member 597 uint32_t my_hdl; member
|