Home
last modified time | relevance | path

Searched refs:OnImageProcessDone (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor_listener.h27 virtual void OnImageProcessDone(const std::shared_ptr<DataBuffer> &data) = 0;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h52 void OnImageProcessDone(const std::shared_ptr<DataBuffer> &data) override;
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp551 * @tc.desc: Verify the OnImageProcessDone function.
559 trans->OnImageProcessDone(data); in HWTEST_F()
566 * @tc.desc: Verify the OnImageProcessDone function.
577 trans->OnImageProcessDone(data); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp107 listener->OnImageProcessDone(dataBuf); in ProcessDamageSurface()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp426 listener->OnImageProcessDone(dataBuf); in OnOutputBufferAvailable()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp386 void ScreenSourceTrans::OnImageProcessDone(const std::shared_ptr<DataBuffer> &data) in OnImageProcessDone() function in OHOS::DistributedHardware::ScreenSourceTrans
388 DHLOGD("%{public}s: OnImageProcessDone.", DSCREEN_LOG_TAG); in OnImageProcessDone()

Completed in 5 milliseconds