Home
last modified time | relevance | path

Searched refs:RSThresholdDetector (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h95 RSThresholdDetector<uint32_t> offTreeBucketThrDetector_ = RSThresholdDetector<uint32_t>(
98 RSThresholdDetector<uint32_t> nodeBucketThrDetector_ = RSThresholdDetector<uint32_t>(
101 RSThresholdDetector<uint32_t> drawableBucketThrDetector_ = RSThresholdDetector<uint32_t>(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_threshold_detector.h24 class RSB_EXPORT RSThresholdDetector final {
32 RSThresholdDetector(T thresholdLow, T thresholdHigh) in RSThresholdDetector() function
34 virtual ~RSThresholdDetector() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_threshold_detector_test.cpp49 …auto thresholdDetector = std::make_shared<RSThresholdDetector<uint32_t>>(thresholdLow, thresholdHi…