Searched refs:sceneFeaturesMode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | sketch_wrapper.cpp | 53 sketchEnableRatio_ = GetSketchEnableRatio(sceneFeaturesMode); in Init() 223 if (sceneFeaturesMode.GetSceneMode() == CAPTURE && sceneFeaturesMode.GetFeatures().empty()) { in InsertSketchReferenceFovRatioMapValue() 226 g_sketchReferenceFovRatioMap_[sceneFeaturesMode] = rangeFov; in InsertSketchReferenceFovRatioMapValue() 227 if (sceneFeaturesMode.GetSceneMode() == CAPTURE_MACRO) { in InsertSketchReferenceFovRatioMapValue() 239 sceneFeaturesMode.Dump().c_str(), ratioValue); in InsertSketchEnableRatioMapValue() 241 if (sceneFeaturesMode.GetSceneMode() == CAPTURE && sceneFeaturesMode.GetFeatures().empty()) { in InsertSketchEnableRatioMapValue() 244 g_sketchEnableRatioMap_[sceneFeaturesMode] = ratioValue; in InsertSketchEnableRatioMapValue() 245 if (sceneFeaturesMode.GetSceneMode() == CAPTURE_MACRO) { in InsertSketchEnableRatioMapValue() 458 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedZoomRatio() 471 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedMacro() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | sketch_wrapper.h | 33 …static float GetSketchReferenceFovRatio(const SceneFeaturesMode& sceneFeaturesMode, float zoomRati… 34 static float GetSketchEnableRatio(const SceneFeaturesMode& sceneFeaturesMode); 40 …red_ptr<OHOS::Camera::CameraMetadata>& deviceMetadata, const SceneFeaturesMode& sceneFeaturesMode); 46 … void OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& sceneFeaturesMode); 51 …int32_t OnMetadataDispatch(const SceneFeaturesMode& sceneFeaturesMode, const camera_device_metadat… 75 SceneFeaturesMode& sceneFeaturesMode, SketchReferenceFovRange& sketchReferenceFovRange); 76 …static void InsertSketchEnableRatioMapValue(SceneFeaturesMode& sceneFeaturesMode, float ratioValue… 84 void OnSketchStatusChanged(const SceneFeaturesMode& sceneFeaturesMode); 85 int32_t OnMetadataChangedZoomRatio(const SceneFeaturesMode& sceneFeaturesMode, 87 …int32_t OnMetadataChangedMacro(const SceneFeaturesMode& sceneFeaturesMode, const camera_device_met… [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_scene_const.h | 137 bool operator<(const SceneFeaturesMode& sceneFeaturesMode) const 139 if (sceneMode_ < sceneFeaturesMode.sceneMode_) { 141 } else if (sceneMode_ > sceneFeaturesMode.sceneMode_) { 144 return sceneFeatures_ < sceneFeaturesMode.sceneFeatures_; 147 bool operator==(const SceneFeaturesMode& sceneFeaturesMode) const 149 …return sceneMode_ == sceneFeaturesMode.sceneMode_ && sceneFeatures_ == sceneFeaturesMode.sceneFeat…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 3000 SceneFeaturesMode sceneFeaturesMode; in GetFeaturesMode() local 3001 sceneFeaturesMode.SetSceneMode(GetMode()); in GetFeaturesMode() 3002 sceneFeaturesMode.SwitchFeature(FEATURE_MACRO, isSetMacroEnable_); in GetFeaturesMode() 3003 sceneFeaturesMode.SwitchFeature(FEATURE_MOON_CAPTURE_BOOST, isSetMoonCaptureBoostEnable_); in GetFeaturesMode() 3004 sceneFeaturesMode.SwitchFeature(FEATURE_LOW_LIGHT_BOOST, isSetLowLightBoostEnable_); in GetFeaturesMode() 3005 sceneFeaturesMode.SwitchFeature(FEATURE_TRIPOD_DETECTION, isSetTripodDetectionEnable_); in GetFeaturesMode() 3006 return sceneFeaturesMode; in GetFeaturesMode()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 8721 for (auto& sceneFeaturesMode : vec) { variable 8722 if (sceneFeaturesMode == videoMacroMode) { 8739 for (auto& sceneFeaturesMode : vec) { variable 8740 if (sceneFeaturesMode == captureMacroMode) {
|