Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.h49 …int32_t ProcessDamageSurface(sptr<SurfaceBuffer> &surfaceBuffer, const std::vector<OHOS::Rect> &da… in ProcessDamageSurface() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/include/
H A Djpeg_image_processor.h37 …int32_t ProcessDamageSurface(sptr<SurfaceBuffer> &surfaceBuffer, const std::vector<OHOS::Rect> &da…
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp91 int32_t ret = imageJpeg_->ProcessDamageSurface(surfaceBuffer, damages); in InputBufferImage()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp90 int32_t JpegImageProcessor::ProcessDamageSurface(sptr<SurfaceBuffer> &surfaceBuffer, in ProcessDamageSurface() function in OHOS::DistributedHardware::JpegImageProcessor