Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c163 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_rdi_stream()
165 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_rdi_stream()
223 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_rdi_snapshot_stream()
225 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_rdi_snapshot_stream()
Dmm_qcamera_preview.c545 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_metadata_stream()
637 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_analysis_stream()
725 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_preview_stream()
796 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_raw_stream()
798 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_raw_stream()
874 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_snapshot_stream()
876 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_snapshot_stream()
Dmm_qcamera_video.c87 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_video_stream()
Dmm_qcamera_snapshot.c512 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_postview_stream()
514 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_BURST; in mm_app_add_postview_stream()
Dmm_qcamera_reprocess.c150 stream->s_config.stream_info->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in mm_app_add_reprocess_stream_from_source()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp81 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in get_bufs()
153 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in put_bufs()
215 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in invalidate_buf()
252 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in clean_invalidate_buf()
1184 && (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) in bufDone()
1508 if (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in allocateBuffers()
1892 if (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in releaseBuffs()
DQCameraChannel.cpp1076 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in addReprocStreamsFromSource()
1079 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in addReprocStreamsFromSource()
DQCamera2HWI.cpp2964 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in allocateStreamInfoBuf()
2971 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in allocateStreamInfoBuf()
2973 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in allocateStreamInfoBuf()
2985 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in allocateStreamInfoBuf()
2987 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in allocateStreamInfoBuf()
2998 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in allocateStreamInfoBuf()
3000 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in allocateStreamInfoBuf()
3011 streamInfo->streaming_mode = CAM_STREAMING_MODE_BATCH; in allocateStreamInfoBuf()
3105 if (streamInfo->streaming_mode != CAM_STREAMING_MODE_BATCH) { in allocateStreamUserBuf()
7768 streamInfoBuf->streaming_mode = CAM_STREAMING_MODE_BURST; in addOfflineReprocChannel()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.cpp389 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; in init()
400 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BATCH; in init()
411 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS; in init()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c319 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_data_notify()
1860 && (my_obj->stream_info->streaming_mode in mm_stream_map_buf()
1932 && (my_obj->stream_info->streaming_mode in mm_stream_map_bufs()
2051 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_init_bufs()
4347 if (my_obj->stream_info->streaming_mode != CAM_STREAMING_MODE_BATCH) { in mm_stream_set_fmt()
4386 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_buf_done()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h620 cam_streaming_mode_t streaming_mode; member