Searched refs:ICodecService (Results 1 – 17 of 17) sorted by relevance
41 int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) override;42 int32_t DestroyCodecService(std::shared_ptr<ICodecService> codecClient) override;61 std::list<std::shared_ptr<ICodecService>> codecClientList_;
64 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService()85 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService()
70 virtual int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) = 0;82 virtual int32_t DestroyCodecService(std::shared_ptr<ICodecService> codec) = 0;
36 class ICodecService {38 virtual ~ICodecService() = default;
33 public ICodecService,36 …int32_t Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec);
25 …cClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec) in Create()
44 std::shared_ptr<ICodecService> codecService_ = nullptr;
45 std::shared_ptr<ICodecService> codecService_ = nullptr;
58 std::shared_ptr<ICodecService> codecService_ = nullptr;
52 std::shared_ptr<ICodecService> codecClient_ = nullptr;
53 std::shared_ptr<ICodecService> codecClient_ = nullptr;
83 std::shared_ptr<ICodecService> codecService_ = nullptr;
37 class ICodecService; variable
38 class ICodecService; variable
35 class CodecServer : public std::enable_shared_from_this<CodecServer>, public ICodecService, public …37 static std::shared_ptr<ICodecService> Create();
144 std::shared_ptr<ICodecService> CodecServer::Create() in Create()
93 std::shared_ptr<ICodecService> codecServer_ = nullptr;