Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h88 cam_pp_feature_config_t &featureConfig,
DQCameraChannel.cpp1101 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource() argument
1127 cam_pp_feature_config_t pp_featuremask = featureConfig; in addReprocStreamsFromSource()
1158 cam_feature_mask_t feature_mask = featureConfig.feature_mask; in addReprocStreamsFromSource()
DQCameraParametersIntf.cpp139 cam_pp_feature_config_t &featureConfig, in getStreamRotation() argument
144 return mImpl->getStreamRotation(streamType, featureConfig, dim); in getStreamRotation()
DQCameraParameters.cpp10184 cam_pp_feature_config_t &featureConfig, in getStreamRotation() argument
10190 featureConfig.rotation = ROTATE_0; in getStreamRotation()
10196 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
10197 featureConfig.rotation = ROTATE_90; in getStreamRotation()
10201 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
10202 featureConfig.rotation = ROTATE_180; in getStreamRotation()
10205 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
10206 featureConfig.rotation = ROTATE_270; in getStreamRotation()
10210 featureConfig.rotation = ROTATE_0; in getStreamRotation()
DQCameraParameters.h658 cam_pp_feature_config_t &featureConfig,