Home
last modified time | relevance | path

Searched defs:damages (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp58 std::vector<OHOS::Rect> damages; variable
71 std::vector<OHOS::Rect> damages; variable
118 std::vector<OHOS::Rect> damages; variable
159 std::vector<OHOS::Rect> damages; variable
175 std::vector<OHOS::Rect> damages; variable
188 std::vector<OHOS::Rect> damages; variable
203 std::vector<OHOS::Rect> damages; variable
231 std::vector<OHOS::Rect> damages; variable
245 std::vector<OHOS::Rect> damages; variable
H A Dscreen_decision_center_test.h49 …_t ProcessDamageSurface(sptr<SurfaceBuffer> &surfaceBuffer, const std::vector<OHOS::Rect> &damages) in ProcessDamageSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp24 bool ScreenDecisionCenter::IsDirtyRectValid(const std::vector<OHOS::Rect> &damages) in IsDirtyRectValid()
52 bool ScreenDecisionCenter::JudgeDirtyThreshold(const std::vector<OHOS::Rect> &damages) in JudgeDirtyThreshold()
72 const std::vector<OHOS::Rect> &damages) in InputBufferImage()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h35 std::vector<Rect> damages; member
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp95 std::vector<OHOS::Rect> damages = VecToDamage(eventContent_); in ConsumeSurface() local
178 std::vector<OHOS::Rect> damages; in VecToDamage() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.cpp133 Rect damages{}; in OnBufferAvailable() local
H A Dimage_effect_inner.cpp929 const OHOS::Rect& damages, int64_t timestamp) in OnBufferAvailableWithCPU()
975 const OHOS::Rect& damages, int64_t timestamp) in ConsumerBufferAvailable()
999 sptr<SurfaceBuffer>& outBuffer, const OHOS::Rect& damages, int64_t timestamp) { in GetInputSurface()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp211 std::vector<Rect> damages; variable
H A Dbuffer_queue_producer_test.cpp658 vector<BufferFlushConfigWithDamages> damages; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp369 …ns::OnDamageProcessDone(sptr<SurfaceBuffer> &surfaceBuffer, const std::vector<OHOS::Rect> &damages) in OnDamageProcessDone()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp32 int64_t &timestamp, std::vector<Rect> &damages) in AcquireBuffer()
H A Dconsumer_surface.cpp130 std::vector<Rect> damages; in AcquireBuffer() local
144 int64_t& timestamp, std::vector<Rect>& damages) in AcquireBuffer()
H A Dbuffer_queue.cpp821 sptr<SyncFence> &fence, int64_t &timestamp, std::vector<Rect> &damages) in AcquireBuffer()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp115 std::vector<Rect> damages; in BufferQueueFuzzTest1() local
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h54 std::vector<Rect> damages; member
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp91 const std::vector<OHOS::Rect> &damages) in ProcessDamageSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp591 std::vector<OHOS::Rect> damages; variable
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp438 OHOS::Rect damages; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp198 std::vector<Rect> damages; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp940 Rect RSBaseRenderUtil::MergeBufferDamages(const std::vector<Rect>& damages) in MergeBufferDamages()