/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.cpp | 71 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 D | ressched_event_listener.cpp | 59 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 D | rseventdetector_fuzzer.cpp | 67 std::string value = "";
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/ |
H A D | rsframereport_fuzzer.cpp | 68 int value = GetData<int>();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/ |
H A D | rsmodifiermanager_fuzzer.cpp | 76 float value = GetData<float>(); in TestModifierManager() local
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | input.cpp | 81 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 D | rs_accessibility.cpp | 70 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 D | rs_screen_props.cpp | 20 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 D | egl_blob_test.cpp | 64 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 D | json_util.h | 59 inline T Convert(const json::value& value) in Convert() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_json.h | 60 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 D | shader_cache_test.cpp | 369 Drawing::Data value; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsapplicationagentstub_fuzzer/ |
H A D | rsapplicationagentstub_fuzzer.cpp | 67 MessageParcel value;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_source_impl_test.cpp | 82 std::string value = "value"; in HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/ |
H A D | image_common.cpp | 52 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 D | parcel.cpp | 49 bool Parcel::WriteInt32(int32_t value) in WriteInt32() argument
|
/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | muxer.cpp | 26 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 D | fixed_size_list.h | 33 void add(T value) in add() argument
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.h | 62 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 D | ndk_test.cpp | 376 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 D | mock_parcel_test.cpp | 84 int32_t value = 0;
in HWTEST_F() local
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | lru_map.h | 37 bool Get(const K &key, V &value) in Get() argument
|
/foundation/multimedia/camera_lite/frameworks/ |
H A D | frame_config.cpp | 54 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 D | frame_config.h | 119 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 D | set_device_prop_value_data.cpp | 78 string value = MtpPacketTool::GetString(buffer, offset); in PaserPropValue() local
|