Searched refs:CreateCodecService (Results 1 – 5 of 5) sorted by relevance
70 virtual int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) = 0;
41 int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) override;
64 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService() function in OHOS::MediaAVCodec::AVCodecClient
83 int32_t ret = AVCodecServiceFactory::GetInstance().CreateCodecService(codecClient_); in Init()
84 int32_t ret = AVCodecServiceFactory::GetInstance().CreateCodecService(codecClient_); in Init()