Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_ability_singleton_mock.cpp53 std::unordered_map<std::string, std::vector<size_t>> CodecAbilitySingleton::GetMimeCapIdxMap() in GetMimeCapIdxMap() function in OHOS::MediaAVCodec::CodecAbilitySingleton
55 return CodecAbilitySingletonImpl::GetMimeCapIdxMap(); in GetMimeCapIdxMap()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodec_ability_singleton.h37 std::unordered_map<std::string, std::vector<size_t>> GetMimeCapIdxMap();
54 std::unordered_map<std::string, std::vector<size_t>> GetMimeCapIdxMap();
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp183 CodecAbilitySingleton::GetInstance().GetMimeCapIdxMap(); in FindCodec()
248 CodecAbilitySingleton::GetInstance().GetMimeCapIdxMap(); in GetCapability()
271 …d::unordered_map<std::string, std::vector<size_t>> mimeCapIdxMap = codecAbility.GetMimeCapIdxMap(); in FindCodecNameArray()
H A Dcodec_ability_singleton.h36 std::unordered_map<std::string, std::vector<size_t>> GetMimeCapIdxMap();
H A Dcodec_ability_singleton.cpp130 std::unordered_map<std::string, std::vector<size_t>> CodecAbilitySingleton::GetMimeCapIdxMap() in GetMimeCapIdxMap() function in OHOS::MediaAVCodec::CodecAbilitySingleton