Home
last modified time | relevance | path

Searched defs:ratioValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dpersistent_storage_test.cpp73 float ratioValue = 2; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp97 float ratioValue = RATIO_VALUE_4_3; in GetRatioValue() local
131 float ratioValue = GetRatioValue(followSensorMaxRatio); in FindMaxDetailInfoFromProfileLevel() local
156 float ratioValue = GetRatioValue(followSensorMaxRatio); in FindMaxDetailInfoFromExtendConfig() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dresize_bilinear_builder_test.cpp89 bool *ratioValue = new (std::nothrow) bool(true); in SaveRatioTensor() local
647 bool ratioValue = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp95 std::optional<float> ratioValue = value; in SetPullDownRatio() local
103 std::optional<float> ratioValue = std::nullopt; in ResetPullDownRatio() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dsketch_wrapper.cpp236 …tchWrapper::InsertSketchEnableRatioMapValue(SceneFeaturesMode& sceneFeaturesMode, float ratioValue) in InsertSketchEnableRatioMapValue()