Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp181 static const map<std::string, MediaType> FormatAllMap = { variable
297 if (FormatAllMap.find(outExtension) != FormatAllMap.end()) { in SolveHandlesFormatData()
298 outMediaType = FormatAllMap.at(outExtension); in SolveHandlesFormatData()