Home
last modified time | relevance | path

Searched refs:PutLongValueToFormatMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp47 bool PutLongValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, int64_t value) in PutLongValueToFormatMap() function
349 … ret = PutLongValueToFormatMap(formatTemp, iter->first, AnyCast<int64_t>(iter->second)); in GetFormatMap()