Home
last modified time | relevance | path

Searched refs:value (Results 10676 - 10700 of 22474) sorted by relevance

1...<<421422423424425426427428429430>>...899

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.h48 size_t AddKeyframe(float timestamp, const IAny::ConstPtr& value) override;
61 EvaluationResult ProcessOnGet(IAny& value) override;
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp130 void FrameSched::SetFrameParam(int requestId, int load, int schedFrameNum, int value) in SetFrameParam() argument
136 setFrameParamFunc_(requestId, load, schedFrameNum, value); in SetFrameParam()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dbase_object.cpp61 void BaseObject::SetObjectFlags(const ObjectFlagBitsValue& value) in SetObjectFlags() argument
63 flags_ = value; in SetObjectFlags()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_overdraw_controller.h67 static void SwitchFunction(const char *key, const char *value, void *context);
68 static void OnColorChange(const char *key, const char *value, void *context);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.cpp63 bool SystemParameter::Set(const std::string& name, const std::string& value) in Set() argument
66 parameter->FromString(value); in Set()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsaibarshaderfilter_fuzzer/
H A Drsaibarshaderfilter_fuzzer.cpp90 float value = GetData<float>(); in DoIsAiInvertCoefValid() local
91 aiInvertCoef.push_back(value); in DoIsAiInvertCoefValid()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssingleframecomposer_fuzzer/
H A Drssingleframecomposer_fuzzer.cpp65 int16_t value = GetData<int16_t>(); in DoSomethingInterestingWithMyAPI() local
68 RSModifierType type = (RSModifierType)value; in DoSomethingInterestingWithMyAPI()
/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
77 RsFrameReport::GetInstance().SetFrameParam(requestId, load, schedFrameNum, value); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_value_estimator.cpp28 auto value = startValue; in Estimate() local
29 return value.Slerp(endValue, fraction); in Estimate()
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.h61 Status GetParameter(Tag tag, ValueType &value) override;
62 Status SetParameter(Tag tag, const ValueType &value) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.h41 Status GetParameter(Tag tag, ValueType& value) override;
42 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_kvstore.h48 EXPORT int32_t Insert(const std::string &key, const std::vector<uint8_t> &value);
50 EXPORT int32_t Query(const std::string &key, std::vector<uint8_t> &value);
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.h42 ErrorCode SetValue(const std::string &key, Plugin::Any &value) override;
51 std::function<ErrorCode(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Ddata_buf.h128 * Write a uint8_t value to the buffer at a specific offset
130 * @param value The value to write
132 void WriteUInt8(size_t offset, uint8_t value);
135 * Read a uint8_t value from the buffer at a specific offset
137 * @return The uint8_t value at the offset
142 * Read a uint32_t value from the buffer at a specific offset
144 * @param byteOrder The byte order to use when reading the value
145 * @return The read value
150 * Write a uint32_t value t
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h33 void add(T value) in add() argument
36 data[index] = value; in add()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h41 ErrorCode SetParameter(int32_t key, const Plugin::Any& value) override;
42 ErrorCode GetParameter(int32_t key, Plugin::Any& value) override;
/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dbase.h76 virtual Status GetParameter(Tag tag, ValueType &value);
78 virtual Status SetParameter(Tag tag, const ValueType &value);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
H A Dfile_source_plugin.h45 Status GetParameter(Tag tag, ValueType& value) override;
46 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.h38 Status GetParameter(Tag tag, ValueType& value) override;
39 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.h48 Status GetParameter(Tag tag, ValueType& value) override;
50 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_source_plugin.h45 Status GetParameter(Tag tag, ValueType &value) override;
46 Status SetParameter(Tag tag, const ValueType &value) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H A Dstd_stream_source_plugin.h39 Status GetParameter(Tag tag, ValueType& value) override;
40 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmimetype_utils.cpp53 json secondFloorJsons = json::parse(firstFloorObj.value().dump(), nullptr, false); in CreateMapFromJson()
59 json thirdFloorJsons = json::parse(secondFloorJson.value().dump(), nullptr, false); in CreateMapFromJson()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.h42 ErrorCode SetValue(const std::string &key, Plugin::Any &value) override;
51 std::function<ErrorCode(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_parser.cpp98 int32_t XmlParser::GetAttribute(std::shared_ptr<XmlElement> element, const std::string attrName, std::string &value) in GetAttribute() argument
104 value = element->GetAttribute(attrName); in GetAttribute()

Completed in 17 milliseconds

1...<<421422423424425426427428429430>>...899