Home
last modified time | relevance | path

Searched refs:GetNameCodecTypeMap (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.cpp48 std::unordered_map<std::string, CodecType> CodecAbilitySingleton::GetNameCodecTypeMap() in GetNameCodecTypeMap() function in OHOS::MediaAVCodec::CodecAbilitySingleton
50 return CodecAbilitySingletonImpl::GetNameCodecTypeMap(); in GetNameCodecTypeMap()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodec_ability_singleton.h36 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
53 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodec_ability_singleton.h35 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
H A Dcodec_ability_singleton.cpp124 std::unordered_map<std::string, CodecType> CodecAbilitySingleton::GetNameCodecTypeMap() in GetNameCodecTypeMap() function in OHOS::MediaAVCodec::CodecAbilitySingleton
H A Dcodeclist_core.cpp224 CodecAbilitySingleton::GetInstance().GetNameCodecTypeMap(); in FindCodecType()