Home
last modified time | relevance | path

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

/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource() argument
934 uint32_t feature_mask = featureConfig.feature_mask; in addReprocStreamsFromSource()
1008 streamInfo->reprocess_config.pp_feature_config = featureConfig; in addReprocStreamsFromSource()
DQCameraParameters.cpp8758 cam_pp_feature_config_t &featureConfig, in getStreamRotation() argument
8765 featureConfig.rotation = ROTATE_0; in getStreamRotation()
8771 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8772 featureConfig.rotation = ROTATE_90; in getStreamRotation()
8776 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8777 featureConfig.rotation = ROTATE_180; in getStreamRotation()
8780 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8781 featureConfig.rotation = ROTATE_270; in getStreamRotation()
8785 featureConfig.rotation = ROTATE_0; in getStreamRotation()
DQCameraParameters.h594 cam_pp_feature_config_t &featureConfig,
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource() argument
934 uint32_t feature_mask = featureConfig.feature_mask; in addReprocStreamsFromSource()
1008 streamInfo->reprocess_config.pp_feature_config = featureConfig; in addReprocStreamsFromSource()
DQCameraParameters.cpp8758 cam_pp_feature_config_t &featureConfig, in getStreamRotation() argument
8765 featureConfig.rotation = ROTATE_0; in getStreamRotation()
8771 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8772 featureConfig.rotation = ROTATE_90; in getStreamRotation()
8776 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8777 featureConfig.rotation = ROTATE_180; in getStreamRotation()
8780 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
8781 featureConfig.rotation = ROTATE_270; in getStreamRotation()
8785 featureConfig.rotation = ROTATE_0; in getStreamRotation()
DQCameraParameters.h594 cam_pp_feature_config_t &featureConfig,
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp6884 cam_pp_feature_config_t &featureConfig, in getStreamRotation() argument
6889 featureConfig.rotation = ROTATE_0; in getStreamRotation()
6895 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
6896 featureConfig.rotation = ROTATE_90; in getStreamRotation()
6900 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
6901 featureConfig.rotation = ROTATE_180; in getStreamRotation()
6904 featureConfig.feature_mask |= CAM_QCOM_FEATURE_ROTATION; in getStreamRotation()
6905 featureConfig.rotation = ROTATE_270; in getStreamRotation()
6909 featureConfig.rotation = ROTATE_0; in getStreamRotation()
DQCameraParameters.h500 cam_pp_feature_config_t &featureConfig,