Home
last modified time | relevance | path

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

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