Home
last modified time | relevance | path

Searched defs:key (Results 3351 - 3375 of 9146) sorted by relevance

1...<<131132133134135136137138139140>>...366

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp345 Image_String* key = nullptr; in HWTEST_F() local
361 Image_String* key = nullptr; in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp113 ErrorCode CodecFilterBase::SetParameter(int32_t key, const Plugin::Any& value) in SetParameter() argument
120 "key " PUBLIC_LOG_D32 " is out of boundary", key); in SetParameter() local
125 ErrorCode CodecFilterBase::GetParameter(int32_t key, Plugin::Any& outVal) in GetParameter() argument
132 "key " PUBLIC_LOG_D32 " is out of boundary", key); in GetParameter() local
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp364 bool TranslateIntoParameter(const int& key, OHOS::Media::Plugin::Tag& tag) in TranslateIntoParameter() argument
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp155 void MediaMonitorPolicy::setAppNameToEventVector(const std::string key, std::shared_ptr<EventBean> &bean) in setAppNameToEventVector() argument
/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp38 bool PutIntValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, int32_t value) in PutIntValueToFormatMap() argument
47 bool PutLongValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, int64_t value) in PutLongValueToFormatMap() argument
56 bool PutFloatValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, float value) in PutFloatValueToFormatMap() argument
65 bool PutDoubleValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, double value) in PutDoubleValueToFormatMap() argument
74 bool PutStringValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, const std::string_view &value) in PutStringValueToFormatMap() argument
83 PutBufferToFormatMap(FormatDataMap &formatMap, const std::string_view &key, uint8_t *addr, size_t size) PutBufferToFormatMap() argument
144 PutIntValue(const std::string_view &key, int32_t value) PutIntValue() argument
157 PutLongValue(const std::string_view &key, int64_t value) PutLongValue() argument
168 PutFloatValue(const std::string_view &key, float value) PutFloatValue() argument
180 PutDoubleValue(const std::string_view &key, double value) PutDoubleValue() argument
192 PutStringValue(const std::string_view &key, const std::string_view &value) PutStringValue() argument
204 PutBuffer(const std::string_view &key, const uint8_t *addr, size_t size) PutBuffer() argument
237 GetIntValue(const std::string_view &key, int32_t &value) const GetIntValue() argument
242 GetLongValue(const std::string_view &key, int64_t &value) const GetLongValue() argument
247 GetFloatValue(const std::string_view &key, float &value) const GetFloatValue() argument
252 GetDoubleValue(const std::string_view &key, double &value) const GetDoubleValue() argument
257 GetStringValue(const std::string_view &key, std::string &value) const GetStringValue() argument
262 GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) const GetBuffer() argument
277 PutFormatVector(const std::string_view &key, std::vector<Format> &value) PutFormatVector() argument
284 GetFormatVector(const std::string_view &key, std::vector<Format> &value) const GetFormatVector() argument
328 RemoveKey(const std::string_view &key) RemoveKey() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp527 std::string key = ""; in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/
H A Daudio_sink_filter.cpp67 ErrorCode AudioSinkFilter::SetParameter(int32_t key, const Plugin::Any& value) in SetParameter() argument
104 ErrorCode AudioSinkFilter::GetParameter(int32_t key, Plugin::Any& value) in GetParameter() argument
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp88 ErrorCode VideoCaptureFilter::SetParameter(int32_t key, const Plugin::Any& value) in SetParameter() argument
124 ErrorCode VideoCaptureFilter::GetParameter(int32_t key, Plugin::Any& value) in GetParameter() argument
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp121 const std::string_view key = "BufferKey"; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp54 int32_t MediaLibraryKvStore::Insert(const std::string &key, const std::vector<uint8_t> &value) in Insert() argument
72 int32_t MediaLibraryKvStore::Delete(const std::string &key) in Delete() argument
89 int32_t MediaLibraryKvStore::Query(const std::string &key, std::vector<uint8_t> &value) in Query() argument
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp243 void NativeCommonUtils::ParseLookupKey(std::string &key, std::vector<const char *> &matchEFilter) in ParseLookupKey() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp119 bool SLRBoxCheck(const SLRSliceKey &key, const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, in SLRBoxCheck() argument
161 void SLRBox(const SLRSliceKey &key, cons argument
217 SLRSubtask(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) SLRSubtask() argument
[all...]
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp78 std::string key = Trim(line.substr(0, colonPos)); in ParseKeyValue() local
/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp181 const char *key = "runningType"; in HWTEST_F() local
223 const char *key = KEY_FILTER_INTENSITY; in HWTEST_F() local
589 const char *key = KEY_FILTER_INTENSITY; in HWTEST_F() local
633 const char *key = KEY_FILTER_INTENSITY; in HWTEST_F() local
658 const char *key = "test"; HWTEST_F() local
707 const char *key = KEY_FILTER_INTENSITY; HWTEST_F() local
730 const char *key = KEY_FILTER_INTENSITY; HWTEST_F() local
777 const char *key = KEY_FILTER_INTENSITY; HWTEST_F() local
805 const char *key = KEY_FILTER_INTENSITY; HWTEST_F() local
833 const char *key = KEY_FILTER_INTENSITY; HWTEST_F() local
858 const char *key = "FILTER_NAME"; HWTEST_F() local
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.cpp406 int32_t SinkManager::SetParam(const char *key, dataType type, void* value) in SetParam() argument
411 int32_t SinkManager::GetParam(const char *key, dataType *type, void** value, int32_t *size) in GetParam() argument
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Dhelper_data_source_callback.cpp215 bool HelperDataSourceCallback::AddNapiValueProp(napi_env env, napi_value obj, const std::string &key, napi_value value) in AddNapiValueProp() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp161 std::string AVMetadataHelperServiceStub::ResolveMetadata(int32_t key) in ResolveMetadata() argument
276 int32_t key = data.ReadInt32(); in ResolveMetadata() local
287 std::vector<int32_t> key; in ResolveMetadataMap() local
H A Davmetadatahelper_service_proxy.cpp130 std::string AVMetadataHelperServiceProxy::ResolveMetadata(int32_t key) in ResolveMetadata() argument
164 std::string key = reply.ReadString(); in GetAVMetadata() local
194 std::vector<int32_t> key; in ResolveMetadataMap() local
[all...]
/foundation/multimedia/media_utils_lite/src/
H A Dformat.cpp207 bool Format::PutIntValue(const std::string &key, int32_t value) in PutIntValue() argument
212 bool Format::PutLongValue(const std::string &key, int64_t value) in PutLongValue() argument
217 bool Format::PutFloatValue(const std::string &key, floa argument
222 PutDoubleValue(const std::string &key, double value) PutDoubleValue() argument
227 PutStringValue(const std::string &key, const std::string &value) PutStringValue() argument
233 SetFormatCommon(const std::string &key, const T &value, FormatDataType type) SetFormatCommon() argument
255 GetStringValue(const std::string &key, std::string &value) const GetStringValue() argument
266 GetIntValue(const std::string &key, int32_t &value) const GetIntValue() argument
277 GetLongValue(const std::string &key, int64_t &value) const GetLongValue() argument
288 GetFloatValue(const std::string &key, float &value) const GetFloatValue() argument
299 GetDoubleValue(const std::string &key, double &value) const GetDoubleValue() argument
320 std::string key = iter.first; CopyFrom() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/
H A Dmedialibrary_queryperf_test.cpp76 void UriAppendKeyValue(string &uri, const string &key, std::string value) in UriAppendKeyValue() argument
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_adapter.cpp389 int32_t EnhancementServiceAdapter::GetInt(MediaEnhanceBundleHandle* bundle, const char* key) in GetInt() argument
436 void EnhancementServiceAdapter::PutInt(MediaEnhanceBundleHandle* bundle, const char* key, in PutInt() argument
450 void EnhancementServiceAdapter::PutString(MediaEnhanceBundleHandle* bundle, const char* key, in PutString() argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp92 std::string GetLocalThumbnailPath(const std::string &path, const std::string &key) in GetLocalThumbnailPath() argument
101 std::string GetLocalKeyFrameThumbnailPath(const std::string &path, const std::string &key, const std::string &timeStamp) in GetLocalKeyFrameThumbnailPath() argument
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpost_event_utils.cpp54 int32_t PostEventUtils::GetIntValue(const string &key, const VariantMap &map) in GetIntValue() argument
66 int64_t PostEventUtils::GetInt64Value(const string &key, const VariantMap &map) in GetInt64Value() argument
78 string PostEventUtils::GetStringValue(const string &key, const VariantMap &map) in GetStringValue() argument
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Dmedia_data_source_callback.cpp214 bool MediaDataSourceCallback::AddNapiValueProp(napi_env env, napi_value obj, const std::string &key, napi_value value) in AddNapiValueProp() argument
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp629 std::string key = "test"; in HWTEST() local

Completed in 28 milliseconds

1...<<131132133134135136137138139140>>...366