Searched refs:DestroyCodecService (Results 1 – 5 of 5) sorted by relevance
82 virtual int32_t DestroyCodecService(std::shared_ptr<ICodecService> codec) = 0;
42 int32_t DestroyCodecService(std::shared_ptr<ICodecService> codecClient) override;
85 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService() function in OHOS::MediaAVCodec::AVCodecClient
97 (void)AVCodecServiceFactory::GetInstance().DestroyCodecService(codecClient_); in ~AVCodecVideoDecoderImpl()
98 (void)AVCodecServiceFactory::GetInstance().DestroyCodecService(codecClient_); in ~AVCodecVideoEncoderImpl()