Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c652 cam_shim_packet_t *shim_cmd; in mm_camera_query_capability() local
658 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_GET_PARM, in mm_camera_query_capability()
660 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_query_capability()
661 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_query_capability()
1938 cam_shim_packet_t *shim_cmd; in mm_camera_map_buf() local
1939 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_buf()
1941 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_map_buf()
1942 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_map_buf()
1990 cam_shim_packet_t *shim_cmd; in mm_camera_map_bufs() local
1991 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_bufs()
[all …]
Dmm_camera_stream.c1119 cam_shim_packet_t *shim_cmd; in mm_stream_release() local
1127 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_release()
1129 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_release()
1133 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_release()
1214 cam_shim_packet_t *shim_cmd; in mm_stream_streamon() local
1221 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamon()
1223 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_streamon()
1224 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_streamon()
1275 cam_shim_packet_t *shim_cmd; in mm_stream_streamoff() local
1283 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamoff()
[all …]