Home
last modified time | relevance | path

Searched refs:ProcessFullImage (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h40 virtual int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) = 0;
H A Dimage_source_processor.h38 int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.h38 int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) in ProcessFullImage() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp116 int32_t ImageSourceProcessor::ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) in ProcessFullImage() function in OHOS::DistributedHardware::ImageSourceProcessor
/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()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp378 imageProcessor_->ProcessFullImage(surfaceBuffer); in OnDamageProcessDone()