Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c662 cam_shim_packet_t *shim_cmd; in mm_camera_query_capability() local
668 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_GET_PARM, in mm_camera_query_capability()
670 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_query_capability()
671 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_query_capability()
1967 cam_shim_packet_t *shim_cmd; in mm_camera_map_buf() local
1968 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_buf()
1970 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_map_buf()
1971 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_map_buf()
2019 cam_shim_packet_t *shim_cmd; in mm_camera_map_bufs() local
2020 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_bufs()
[all …]
Dmm_camera_stream.c1266 cam_shim_packet_t *shim_cmd; in mm_stream_release() local
1274 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_release()
1276 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_release()
1280 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_release()
1365 cam_shim_packet_t *shim_cmd; in mm_stream_streamon() local
1374 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamon()
1376 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_streamon()
1377 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_streamon()
1407 cam_shim_packet_t *shim_cmd; in mm_stream_start_sensor_streaming() local
1415 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_start_sensor_streaming()
[all …]