Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c1648 mm_camera_repro_cmd_t repro_cmd; in mm_channel_open_repro_isp() local
1650 memset(&repro_cmd, 0, sizeof(mm_camera_repro_cmd_t)); in mm_channel_open_repro_isp()
1651 repro_cmd.cmd = MM_CAMERA_REPRO_CMD_OPEN; in mm_channel_open_repro_isp()
1652 repro_cmd.payload.open.isp_type = isp_type; in mm_channel_open_repro_isp()
1656 (void *)&repro_cmd); in mm_channel_open_repro_isp()
1660 return repro_cmd.payload.open.repro_handle; in mm_channel_open_repro_isp()
1667 mm_camera_repro_cmd_t repro_cmd; in mm_channel_close_repro_isp() local
1669 memset(&repro_cmd, 0, sizeof(mm_camera_repro_cmd_t)); in mm_channel_close_repro_isp()
1670 repro_cmd.cmd = MM_CAMERA_REPRO_CMD_CLOSE; in mm_channel_close_repro_isp()
1671 repro_cmd.payload.repro_handle = repro_handle; in mm_channel_close_repro_isp()
[all …]