Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c354 ch_obj->cur_capture_idx = 0; in mm_channel_process_stream_buf()
371 for (i = ch_obj->cur_capture_idx; in mm_channel_process_stream_buf()
386 for (i = ch_obj->cur_capture_idx; in mm_channel_process_stream_buf()
492 ch_obj->capture_frame_id[ch_obj->cur_capture_idx]))) { in mm_channel_process_stream_buf()
495 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]); in mm_channel_process_stream_buf()
534 if (ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames != 0) { in mm_channel_process_stream_buf()
535 ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames--; in mm_channel_process_stream_buf()
538 ch_obj->cur_capture_idx, ch_obj->frameConfig.num_batch); in mm_channel_process_stream_buf()
541 if (ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames == 0) { in mm_channel_process_stream_buf()
543 ch_obj->cur_capture_idx++; in mm_channel_process_stream_buf()
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h483 uint8_t cur_capture_idx; member