Searched refs:GetCodecNameArrayByMime (Results 1 – 3 of 3) sorted by relevance
28 std::vector<std::string> GetCodecNameArrayByMime(const std::string &mime, const bool isEncoder);
48 std::vector<std::string> CodecFactory::GetCodecNameArrayByMime(const std::string &mime, const bool … in GetCodecNameArrayByMime() function in OHOS::MediaAVCodec::CodecFactory
222 …std::vector<std::string> nameArray = CodecFactory::Instance().GetCodecNameArrayByMime(codecName_, … in InitByMime()