Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h72 cam_is_type_t is_type,
DQCamera3Stream.cpp378 cam_is_type_t is_type, in init() argument
419 mStreamInfo->is_type = is_type; in init()
DQCamera3Channel.h660 cam_is_type_t is_type,
DQCamera3HWI.cpp3200 cam_is_type_t isTypePreview, is_type=IS_TYPE_NONE; in configureStreamsPerfLocked() local
3244 is_type = isTypePreview; in configureStreamsPerfLocked()
3248 is_type = IS_TYPE_EIS_2_0; in configureStreamsPerfLocked()
3250 is_type = m_ISTypeVideo; in configureStreamsPerfLocked()
3253 is_type = IS_TYPE_NONE; in configureStreamsPerfLocked()
3255 mStreamConfigInfo.is_type[i] = is_type; in configureStreamsPerfLocked()
3257 mStreamConfigInfo.is_type[i] = IS_TYPE_NONE; in configureStreamsPerfLocked()
3366 mStreamConfigInfo.is_type[i]); in configureStreamsPerfLocked()
5375 cam_is_type_t is_type = IS_TYPE_NONE; in processCaptureRequest() local
5421 is_type = mStreamConfigInfo.is_type[i]; in processCaptureRequest()
[all …]
DQCamera3Channel.cpp5452 const reprocess_config_t &src_config , cam_is_type_t is_type, in addReprocStreamsFromSource() argument
5499 is_type, in addReprocStreamsFromSource()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c136 abc.is_type[0] = IS_TYPE_NONE; in mm_app_add_rdi_stream()
Dmm_qcamera_preview.c888 abc.is_type[0] = IS_TYPE_NONE; in mm_app_add_preview_stream()
964 abc.is_type[0] = IS_TYPE_NONE; in mm_app_add_raw_stream()
1049 abc_snap.is_type[0] = IS_TYPE_NONE; in mm_app_add_ZSL_snapshot_stream()
1138 abc_snap.is_type[0] = IS_TYPE_NONE; in mm_app_add_snapshot_stream()
Dmm_qcamera_video.c492 abc_snap.is_type[0] = IS_TYPE_NONE; in mm_app_add_video_stream()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp13547 stream_config_info.is_type[k]); in updateSnapshotPpMask()
13810 stream_config_info.is_type[stream_config_info.num_streams] = mIsTypePreview; in setStreamConfigure()
13818 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
13832 stream_config_info.is_type[stream_config_info.num_streams] = mIsTypeVideo; in setStreamConfigure()
13874 stream_config_info.is_type[stream_config_info.num_streams] = mIsTypePreview; in setStreamConfigure()
13892 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
13911 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
13927 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
13941 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
13957 stream_config_info.is_type[stream_config_info.num_streams] = IS_TYPE_NONE; in setStreamConfigure()
[all …]
DQCamera2HWI.cpp3390 streamInfo->is_type = mParameters.getVideoISType(); in initStreamInfoBuf()
3392 streamInfo->is_type = IS_TYPE_NONE; in initStreamInfoBuf()
3402 streamInfo->is_type = mParameters.getPreviewISType(); in initStreamInfoBuf()
3404 streamInfo->is_type = IS_TYPE_NONE; in initStreamInfoBuf()
3475 streamInfo->is_type); in initStreamInfoBuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h776 cam_is_type_t is_type; member
Dcam_types.h1839 cam_is_type_t is_type[MAX_NUM_STREAMS]; member