Searched defs:is_type (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp361 * @is_type : Image stabilization type, cam_is_type_t
378 cam_is_type_t is_type,
419 mStreamInfo->is_type = is_type;
371 init(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, cam_stream_reproc_config_t* reprocess_config, uint8_t minNumBuffers, cam_feature_mask_t postprocess_mask, cam_is_type_t is_type, uint32_t batchSize, hal3_stream_cb_routine stream_cb, void *userdata) argument
H A DQCamera3Channel.cpp5428 const reprocess_config_t &src_config , cam_is_type_t is_type,
5472 is_type,
5427 addReprocStreamsFromSource(cam_pp_feature_config_t &pp_config, const reprocess_config_t &src_config , cam_is_type_t is_type, QCamera3Channel *pMetaChannel) argument
H A DQCamera3HWI.cpp1408 property_get("persist.camera.is_type", is_type_value, "4");
2357 property_get("persist.camera.is_type", is_type_value, "4");
3142 cam_is_type_t isTypePreview, is_type=IS_TYPE_NONE; local
3144 property_get("persist.camera.is_type", is_type_value, "4");
3186 is_type = isTypePreview;
3190 is_type = IS_TYPE_EIS_2_0;
3192 is_type = m_ISTypeVideo;
3195 is_type = IS_TYPE_NONE;
3197 mStreamConfigInfo.is_type[i] = is_type;
5236 cam_is_type_t is_type = IS_TYPE_NONE; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_intf.h770 cam_is_type_t is_type; member in struct:cam_stream_info
H A Dcam_types.h1839 cam_is_type_t is_type[MAX_NUM_STREAMS]; member in struct:__anon2214

Completed in 96 milliseconds