Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2193 cam_shim_packet_t *shim_pack = NULL; in mm_camera_create_shim_cmd_packet() local
2196 shim_pack = (cam_shim_packet_t *)malloc(sizeof(cam_shim_packet_t)); in mm_camera_create_shim_cmd_packet()
2197 if (shim_pack == NULL) { in mm_camera_create_shim_cmd_packet()
2201 memset(shim_pack, 0, sizeof(cam_shim_packet_t)); in mm_camera_create_shim_cmd_packet()
2202 shim_pack->cmd_type = type; in mm_camera_create_shim_cmd_packet()
2203 shim_pack->session_id = sessionID; in mm_camera_create_shim_cmd_packet()
2208 shim_pack->cmd_data = *cmd_data; in mm_camera_create_shim_cmd_packet()
2213 shim_pack->reg_buf = *cmd_data; in mm_camera_create_shim_cmd_packet()
2219 shim_pack->bundle_cmd.stream_event[i] = cmd_data->stream_event[i]; in mm_camera_create_shim_cmd_packet()
2221 shim_pack->bundle_cmd.stream_count = cmd_data->stream_count; in mm_camera_create_shim_cmd_packet()
[all …]