Home
last modified time | relevance | path

Searched refs:StopImageProcessor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp131 int32_t actual = processor.StopImageProcessor();
146 int32_t actual = processor.StopImageProcessor();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_processor_test.cpp140 EXPECT_EQ(ERR_DH_SCREEN_CODEC_FLUSH_FAILED, processor_->StopImageProcessor());
152 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, processor_->StopImageProcessor());
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor.h37 virtual int32_t StopImageProcessor() = 0;
H A Dimage_sink_processor.h36 int32_t StopImageProcessor() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h37 virtual int32_t StopImageProcessor() = 0;
H A Dimage_source_processor.h35 int32_t StopImageProcessor() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp83 int32_t ImageSourceProcessor::StopImageProcessor() in StopImageProcessor() function in OHOS::DistributedHardware::ImageSourceProcessor
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp86 int32_t ImageSinkProcessor::StopImageProcessor() in StopImageProcessor() function in OHOS::DistributedHardware::ImageSinkProcessor
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp103 ret = imageProcessor_->StopImageProcessor(); in Stop()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp160 int32_t ret = imageProcessor_->StopImageProcessor(); in Stop()