Home
last modified time | relevance | path

Searched refs:ReleaseImageProcessor (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.cpp75 int32_t actual = processor.ReleaseImageProcessor();
90 int32_t actual = processor.ReleaseImageProcessor();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_processor_test.cpp93 EXPECT_EQ(DH_SUCCESS, processor_->ReleaseImageProcessor());
105 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, processor_->ReleaseImageProcessor());
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor.h35 virtual int32_t ReleaseImageProcessor() = 0;
H A Dimage_sink_processor.h34 int32_t ReleaseImageProcessor() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h35 virtual int32_t ReleaseImageProcessor() = 0;
H A Dimage_source_processor.h33 int32_t ReleaseImageProcessor() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp41 int32_t ImageSourceProcessor::ReleaseImageProcessor() in ReleaseImageProcessor() function in OHOS::DistributedHardware::ImageSourceProcessor
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp44 int32_t ImageSinkProcessor::ReleaseImageProcessor() in ReleaseImageProcessor() function in OHOS::DistributedHardware::ImageSinkProcessor
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp54 ret = imageProcessor_->ReleaseImageProcessor(); in Release()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp80 int32_t ret = imageProcessor_->ReleaseImageProcessor(); in Release()