Searched defs:codecClient (Results 1 – 1 of 1) sorted by relevance
64 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService()85 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService()175 auto codecClient = std::static_pointer_cast<CodecClient>(it); in DoAVCodecServerDied() local