Home
last modified time | relevance | path

Searched refs:codecServer_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.cpp112 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 …]
H A Dsurface_encoder_adapter.cpp106 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 …]
H A Dsurface_decoder_adapter.h78 std::shared_ptr<MediaAVCodec::AVCodecVideoDecoder> codecServer_; variable
H A Dsurface_encoder_adapter.h107 std::shared_ptr<MediaAVCodec::AVCodecVideoEncoder> codecServer_; variable
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp101 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 …]
H A Dcodec_service_stub.h93 std::shared_ptr<ICodecService> codecServer_ = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_decoder_unit_test.cpp60 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 …]
H A Dsurface_encoder_adapter_unit_test.cpp59 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 …]