Home
last modified time | relevance | path

Searched defs:codecClient (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
Davcodec_client.cpp116 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
/foundation/multimedia/av_codec/services/services/codec/client/
Dcodec_client.cpp37 std::shared_ptr<CodecClient> codecClient = std::make_shared<CodecClient>(ipcProxy); in Create() local