Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/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()
289 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in clean_buf()
1283 && (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) in bufDone()
1628 if (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in allocateBuffers()
2023 if (mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in releaseBuffs()
DQCamera2HWI.cpp3376 streamInfo->streaming_mode = CAM_STREAMING_MODE_BATCH; in initStreamInfoBuf()
3560 if (streamInfo->streaming_mode != CAM_STREAMING_MODE_BATCH) { in allocateStreamUserBuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c341 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_data_notify()
2168 == CAM_STREAMING_MODE_BATCH))) { in mm_stream_map_buf()
2249 == CAM_STREAMING_MODE_BATCH)))) { in mm_stream_map_bufs()
2382 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_init_bufs()
4909 if (my_obj->stream_info->streaming_mode != CAM_STREAMING_MODE_BATCH) { in mm_stream_set_fmt()
4972 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_cancel_buf()
5036 if (my_obj->stream_info->streaming_mode == CAM_STREAMING_MODE_BATCH) { in mm_stream_buf_done()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp464 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BATCH; in init()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1033 CAM_STREAMING_MODE_BATCH, /* stream frames in batches */ enumerator