Home
last modified time | relevance | path

Searched defs:value (Results 1501 - 1525 of 10543) sorted by relevance

1...<<61626364656667686970>>...422

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp71 auto value = std::static_pointer_cast<RSProperty<Vector4f>>(property_)->Get(); in Apply() local
77 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); in Apply() local
83 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); in Apply() local
89 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); Apply() local
95 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
101 auto value = std::static_pointer_cast<RSProperty<Quaternion>>(property_)->Get(); Apply() local
107 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
114 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
121 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
128 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
134 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); Apply() local
141 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); Apply() local
148 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); Apply() local
155 auto value = std::static_pointer_cast<RSProperty<Vector2f>>(property_)->Get(); Apply() local
163 auto value = std::static_pointer_cast<RSProperty<float>>(property_)->Get(); Apply() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/ressched/src/
H A Dressched_event_listener.cpp59 int64_t value = 0; in ReportFrameToRSS() local
81 void ResschedEventListener::SetIsFirstReport(bool value) in SetIsFirstReport() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rseventdetector_fuzzer/
H A Drseventdetector_fuzzer.cpp67 std::string value = ""; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/
H A Drsframereport_fuzzer.cpp68 int value = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp76 float value = GetData<float>(); in TestModifierManager() local
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dinput.cpp81 void Input::SetValue(const std::string& key, std::shared_ptr<void> value, int size) in SetValue() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_accessibility.cpp70 void RSAccessibilityOHOS::Observer::OnConfigChanged(const CONFIG_ID id, const ConfigValue &value) in OnConfigChanged() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_props.cpp20 RSScreenProps::RSScreenProps(std::string propName, uint32_t propId, uint64_t value) in RSScreenProps() argument
35 void RSScreenProps::SetValue(uint64_t value) in SetValue() argument
73 uint64_t value; in Unmarshalling() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_blob_test.cpp64 void *value = static_cast<void*>(b); in HWTEST_F() local
93 void *value = static_cast<void*>(b); in HWTEST_F() local
123 void *value = static_cast<void*>(b); in HWTEST_F() local
152 void *value in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Djson_util.h59 inline T Convert(const json::value& value) in Convert() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_json.h60 void Append(const T& value) in Append() argument
73 JsonWriter& operator=(const T& value) in operator =() argument
106 void Write(const T& value) in Write() argument
108 stream_ << value; in Write() local
112 void Write(const float& value) in Write() argument
117 stream_ << value; Write() local
122 Write(const std::string& value) Write() argument
124 stream_ << "\\"" << value << "\\""; Write() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dshader_cache_test.cpp369 Drawing::Data value; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsapplicationagentstub_fuzzer/
H A Drsapplicationagentstub_fuzzer.cpp67 MessageParcel value; in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_source_impl_test.cpp82 std::string value = "value"; in HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dimage_common.cpp52 Image_ErrorCode OH_PictureMetadata_GetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) in OH_PictureMetadata_GetProperty() argument
82 OH_PictureMetadata_SetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) OH_PictureMetadata_SetProperty() argument
[all...]
/foundation/multimedia/image_framework/mock/native/src/
H A Dparcel.cpp49 bool Parcel::WriteInt32(int32_t value) in WriteInt32() argument
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dmuxer.cpp26 Status Muxer::SetTrackParameter(uint32_t trackId, Plugin::Tag tag, const Plugin::ValueType& value) in SetTrackParameter() argument
30 Status Muxer::GetTrackParameter(uint32_t trackId, Plugin::Tag tag, Plugin::ValueType& value) in GetTrackParameter() argument
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h33 void add(T value) in add() argument
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h62 template <class ValueType> static ErrorCode ParseAny(Plugin::Any any, ValueType &value) in ParseAny() argument
76 static ErrorCode GetValue(const std::string &key, std::map<std::string, Plugin::Any> &valueMap, ValueType &value) in GetValue() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dndk_test.cpp376 napi_value value = nullptr; in HWTEST_F() local
393 napi_value value = nullptr; in HWTEST_F() local
409 napi_value value = nullptr;; in HWTEST_F() local
H A Dmock_parcel_test.cpp84 int32_t value = 0; in HWTEST_F() local
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dlru_map.h37 bool Get(const K &key, V &value) in Get() argument
/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp54 void FrameConfig::SetVendorParameter(uint8_t *value, uint32_t len) in SetVendorParameter() argument
71 void FrameConfig::GetVendorParameter(uint8_t *value, uint32_t len) in GetVendorParameter() argument
84 void FrameConfig::SetValue(uint32_t key, const void *value) in SetValue() argument
[all...]
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h119 template<typename T> void SetParameter(uint32_t key, const T value) in SetParameter() argument
129 template<typename T> void GetParameter(uint32_t key, T &value) in GetParameter() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_device_prop_value_data.cpp78 string value = MtpPacketTool::GetString(buffer, offset); in PaserPropValue() local

Completed in 10 milliseconds

1...<<61626364656667686970>>...422