Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp151 static const set<std::string> UndefinedVideoFormatSet = { variable
697 } else if (UndefinedVideoFormatSet.find(extension) != UndefinedVideoFormatSet.end()) { in GetMediaTypeByName()