Home
last modified time | relevance | path

Searched refs:imageProcessor_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp53 if (imageProcessor_ != nullptr) { in Release()
54 ret = imageProcessor_->ReleaseImageProcessor(); in Release()
58 imageProcessor_ = nullptr; in Release()
82 if (imageProcessor_ == nullptr) { in Start()
87 int32_t ret = imageProcessor_->StartImageProcessor(); in Start()
102 if (imageProcessor_ != nullptr) { in Stop()
103 ret = imageProcessor_->StopImageProcessor(); in Stop()
223 imageProcessor_ = nullptr; in InitScreenTrans()
270 ret = imageProcessor_->SetImageSurface(decoderSurface_); in RegisterProcessorListener()
311 if (imageProcessor_ == nullptr || data == nullptr) { in OnDataReceived()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp64 consumerSurface_ = imageProcessor_->GetConsumerSurface(); in SetConsumerSurface()
75 if (imageProcessor_ == nullptr || screenChannel_ == nullptr) { in Release()
80 int32_t ret = imageProcessor_->ReleaseImageProcessor(); in Release()
84 imageProcessor_ = nullptr; in Release()
160 int32_t ret = imageProcessor_->StopImageProcessor(); in Stop()
207 return imageProcessor_->GetImageSurface(); in GetImageSurface()
290 imageProcessor_ = nullptr; in InitScreenTrans()
312 if (imageProcessor_ == nullptr) { in RegisterProcessorListener()
333 if (imageProcessor_ == nullptr) { in OnSessionOpened()
337 int32_t ret = imageProcessor_->StartImageProcessor(); in OnSessionOpened()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp207 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
236 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
252 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
280 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
296 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
497 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
512 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
527 trans->imageProcessor_ = nullptr;
594 trans->imageProcessor_ = std::make_shared<ImageSourceProcessor>();
596 trans->imageProcessor_->ConfigureImageProcessor(videoParam, videoParam, listener);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp41 trans_->imageProcessor_ = std::make_shared<ImageSinkProcessor>(); in SetUp()
98 trans_->imageProcessor_ = nullptr;
122 trans_->imageProcessor_ = nullptr;
134 trans_->imageProcessor_ = nullptr;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp84 int32_t ret = imageProcessor_->ProcessFullImage(surfaceBuffer); in InputBufferImage()
111 imageProcessor_ = imageProcessor; in ConfigureDecisionCenter()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/decision_center/include/
H A Dscreen_decision_center.h46 std::shared_ptr<IImageSourceProcessor> imageProcessor_ = nullptr; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H A Dscreen_sink_trans.h63 std::shared_ptr<IImageSinkProcessor> imageProcessor_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h79 std::shared_ptr<IImageSourceProcessor> imageProcessor_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp247 decision->imageProcessor_ = std::make_shared<ImageSourceProcessorStub>();