Home
last modified time | relevance | path

Searched refs:InputScreenData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h60 int32_t InputScreenData(const std::shared_ptr<DataBuffer> &data);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp328 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->InputScreenData(nullptr));
343 EXPECT_EQ(DH_SUCCESS, imageDecoder_->InputScreenData(data));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp142 int32_t ret = imageDecoder_->InputScreenData(data); in ProcessImage()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp388 int32_t ImageSinkDecoder::InputScreenData(const std::shared_ptr<DataBuffer> &data) in InputScreenData() function in OHOS::DistributedHardware::ImageSinkDecoder