Searched defs:codecClient (Results 1 – 2 of 2) sorted by relevance
116 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService()134 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService()244 auto codecClient = std::static_pointer_cast<CodecClient>(it); in DoAVCodecServerDied() local
37 std::shared_ptr<CodecClient> codecClient = std::make_shared<CodecClient>(ipcProxy); in Create() local