Searched refs:CreateCodecListService (Results 1 – 4 of 4) sorted by relevance
45 virtual std::shared_ptr<ICodecListService> CreateCodecListService() = 0;
46 std::shared_ptr<ICodecListService> CreateCodecListService() override;
94 std::shared_ptr<ICodecListService> AVCodecClient::CreateCodecListService() in CreateCodecListService() function in OHOS::MediaAVCodec::AVCodecClient
42 codecListService_ = AVCodecServiceFactory::GetInstance().CreateCodecListService(); in Init()