Searched refs:cb_node (Results 1 – 1 of 1) sorted by relevance
284 mm_camera_cmdcb_t* cb_node = NULL; in mm_channel_send_frame_sync_req_buf() local288 if (NULL != cb_node) { in mm_channel_send_frame_sync_req_buf()289 memset(cb_node, 0, sizeof(mm_camera_cmdcb_t)); in mm_channel_send_frame_sync_req_buf()290 cb_node->cmd_type = MM_CAMERA_CMD_TYPE_REQ_DATA_CB; in mm_channel_send_frame_sync_req_buf()292 cb_node->u.req_buf.type = type; in mm_channel_send_frame_sync_req_buf()293 cb_node->u.req_buf.num_buf_requested = 1; in mm_channel_send_frame_sync_req_buf()729 mm_camera_cmdcb_t* cb_node = NULL; in mm_channel_send_super_buf() local734 if (NULL != cb_node) { in mm_channel_send_super_buf()747 cb_node->u.superbuf.bUnlockAEC = 1; in mm_channel_send_super_buf()3597 mm_camera_cmdcb_t* cb_node = NULL; in mm_channel_send_frame_sync_flush() local[all …]