Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp40 static const std::map<std::pair<std::string, std::string>, std::string> CODECS_MAP = { variable
570 if (CODECS_MAP.find(comb) != CODECS_MAP.end()) { in ChooseCodecType()
571 std::string codec = CODECS_MAP.at(comb); in ChooseCodecType()