Searched refs:codecServer_ (Results 1 – 8 of 8) sorted by relevance
112 if (codecServer_) { in ~SurfaceDecoderAdapter()115 codecServer_ = nullptr; in ~SurfaceDecoderAdapter()122 if (!codecServer_) { in Init()139 if (!codecServer_) { in Configure()179 if (!codecServer_) { in SetDecoderAdapterCallback()193 if (!codecServer_) { in SetOutputSurface()209 if (!codecServer_) { in Start()243 if (!codecServer_) { in Stop()270 if (!codecServer_) { in Flush()284 if (!codecServer_) { in Release()[all …]
106 if (codecServer_) { in ~SurfaceEncoderAdapter()124 if (!codecServer_) { in Init()198 if (!codecServer_) { in Configure()226 if (!codecServer_) { in SetWatermark()253 if (!codecServer_) { in SetEncoderAdapterCallback()277 if (!codecServer_) { in SetInputSurface()307 if (!codecServer_) { in Start()346 if (!codecServer_) { in Stop()407 if (!codecServer_) { in Flush()424 if (!codecServer_) { in Reset()[all …]
78 std::shared_ptr<MediaAVCodec::AVCodecVideoDecoder> codecServer_; variable
107 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> codecServer_; variable
101 codecServer_ = CodecServer::Create(); in InitStub()110 codecServer_ = nullptr; in DestroyStub()219 (void)codecServer_->SetCallback(callback); in SetListenerObject()239 return codecServer_->Configure(format); in Configure()246 return codecServer_->Prepare(); in Prepare()263 int32_t ret = codecServer_->Start(); in Start()275 int32_t ret = codecServer_->Stop(); in Stop()287 int32_t ret = codecServer_->Flush(); in Flush()299 int32_t ret = codecServer_->Reset(); in Reset()317 return codecServer_->NotifyEos(); in NotifyEos()[all …]
93 std::shared_ptr<ICodecService> codecServer_ = nullptr; variable
60 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();76 surfaceDecoderAdapter_->codecServer_ = nullptr;79 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();107 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();119 surfaceDecoderAdapter_->codecServer_ = nullptr;121 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();133 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();149 surfaceDecoderAdapter_->codecServer_ = nullptr;151 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();162 surfaceDecoderAdapter_->codecServer_ = std::make_shared<MyAVCodecVideoDecoder>();[all …]
59 surfaceEncoderAdapter_->codecServer_ = nullptr;78 surfaceEncoderAdapter_->codecServer_ = nullptr;95 surfaceEncoderAdapter_->codecServer_ = nullptr;111 surfaceEncoderAdapter_->codecServer_ = nullptr;127 surfaceEncoderAdapter_->codecServer_ = nullptr;145 surfaceEncoderAdapter_->codecServer_ = nullptr;199 surfaceEncoderAdapter_->codecServer_ = nullptr;214 surfaceEncoderAdapter_->codecServer_ = nullptr;229 surfaceEncoderAdapter_->codecServer_ = nullptr;244 surfaceEncoderAdapter_->codecServer_ = nullptr;[all …]