Home
last modified time | relevance | path

Searched refs:is_type (Results 1 – 10 of 10) 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.h656 cam_is_type_t is_type,
DQCamera3HWI.cpp3142 cam_is_type_t isTypePreview, is_type=IS_TYPE_NONE; in configureStreamsPerfLocked() local
3186 is_type = isTypePreview; in configureStreamsPerfLocked()
3190 is_type = IS_TYPE_EIS_2_0; in configureStreamsPerfLocked()
3192 is_type = m_ISTypeVideo; in configureStreamsPerfLocked()
3195 is_type = IS_TYPE_NONE; in configureStreamsPerfLocked()
3197 mStreamConfigInfo.is_type[i] = is_type; in configureStreamsPerfLocked()
3199 mStreamConfigInfo.is_type[i] = IS_TYPE_NONE; in configureStreamsPerfLocked()
3308 mStreamConfigInfo.is_type[i]); in configureStreamsPerfLocked()
5236 cam_is_type_t is_type = IS_TYPE_NONE; in processCaptureRequest() local
5282 is_type = mStreamConfigInfo.is_type[i]; in processCaptureRequest()
[all …]
/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.h770 cam_is_type_t is_type; member