Home
last modified time | relevance | path

Searched refs:GetDefaultAnyValue (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/dfx_test/
H A Dmedia_dfx_test.cpp140 Any valueType = OHOS::Media::GetDefaultAnyValue(Tag::AV_PLAYER_DOWNLOAD_TOTAL_BITS); in HWTEST_F()
167 Any valueType = OHOS::Media::GetDefaultAnyValue(Tag::AV_PLAYER_HDR_TYPE); in HWTEST_F()
/foundation/multimedia/media_foundation/src/meta/
H A Dmeta.cpp44 * GetDefaultAnyValue: get the specified key's default value, It can get the value type.
539 Any GetDefaultAnyValue(const TagType& tag) in GetDefaultAnyValue() function
555 Any GetDefaultAnyValue(const TagType &tag, AnyValueType type) in GetDefaultAnyValue() function
635 Any value = GetDefaultAnyValue(key, type); //Init Default Value in FromParcel()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h96 * @brief GetDefaultAnyValue used for Application to get Any type default value from Meta Object.
100 * @example GetDefaultAnyValue("media.file.type");
102 extern Any GetDefaultAnyValue(const TagType& tag);
112 * @brief GetDefaultAnyValue used for Application to get Any type default value.
117 * @example GetDefaultAnyValue("media.file.type", AnyValueType::INT32_T);
119 extern Any GetDefaultAnyValue(const TagType& tag, AnyValueType type);
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadata_collector.cpp353 Any type = OHOS::Media::GetDefaultAnyValue(innerKey); in SetStringByValueType()
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp234 Any valueType = OHOS::Media::GetDefaultAnyValue(it->first); in ParseOneEvent()
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp247 Any type = OHOS::Media::GetDefaultAnyValue(metaKey); in ProcessMetaKey()

Completed in 9 milliseconds