Searched refs:CodecClient (Results 1 – 4 of 4) sorted by relevance
41 CodecClient::CodecClient(const sptr<IStandardCodecService> &ipcProxy) in CodecClient() function in OHOS::MediaAVCodec::CodecClient47 CodecClient::~CodecClient() in ~CodecClient()57 void CodecClient::AVCodecServerDied() in AVCodecServerDied()158 int32_t CodecClient::Prepare() in Prepare()180 int32_t CodecClient::Start() in Start()198 int32_t CodecClient::Stop() in Stop()214 int32_t CodecClient::Flush() in Flush()230 int32_t CodecClient::NotifyEos() in NotifyEos()240 int32_t CodecClient::Reset() in Reset()260 int32_t CodecClient::Release() in Release()[all …]
29 class CodecClient : public MediaCodecCallback,34 public std::enable_shared_from_this<CodecClient> {37 explicit CodecClient(const sptr<IStandardCodecService> &ipcProxy);38 ~CodecClient();
78 ret = CodecClient::Create(codecProxy, codecClient); in CreateCodecService()175 auto codecClient = std::static_pointer_cast<CodecClient>(it); in DoAVCodecServerDied()
28 class CodecClient; variable