Home
last modified time | relevance | path

Searched refs:isHigh (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_threshold_detector_test.cpp52 auto notCallback = [] (const uint32_t value, bool isHigh) { in __anon468425740102() argument
59 auto callback2 = [data] (const uint32_t value, bool isHigh) { in __anon468425740202() argument
61 ASSERT_TRUE(isHigh); in __anon468425740202()
69 auto callback5 = [data] (const uint32_t value, bool isHigh) { in __anon468425740302() argument
71 ASSERT_TRUE(!isHigh); in __anon468425740302()
81 auto callback9 = [data] (const uint32_t value, bool isHigh) { in __anon468425740402() argument
83 ASSERT_TRUE(isHigh); in __anon468425740402()
87 auto callback10 = [data] (const uint32_t value, bool isHigh) { in __anon468425740502() argument
89 ASSERT_TRUE(!isHigh); in __anon468425740502()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp52 static auto callback = [] (uint32_t size, bool isHigh) { in ReleaseNodeBucket() argument
53 if (isHigh) { in ReleaseNodeBucket()
132 static auto callback = [] (uint32_t size, bool isHigh) { in ReleaseDrawableBucket() argument
133 if (isHigh) { in ReleaseDrawableBucket()
201 static auto callback = [] (uint32_t size, bool isHigh) { in ReleaseOffTreeNodeBucket() argument
202 if (isHigh) { in ReleaseOffTreeNodeBucket()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp90 bool isHigh = IsFrameHigh(reinterpret_cast<int16_t *>(const_cast<uint8_t *>(base)), in RecordBeepTime() local
92 if (isHigh && status) { in RecordBeepTime()
95 } else if (!isHigh) { in RecordBeepTime()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp96 … bool isHigh = DAudioLatencyTest::GetInstance().IsFrameHigh(reinterpret_cast<int16_t *>(buf.get()), variable
98 EXPECT_EQ(false, isHigh);
101 isHigh = DAudioLatencyTest::GetInstance().IsFrameHigh(reinterpret_cast<int16_t *>(buf.get()),
103 EXPECT_EQ(true, isHigh);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_threshold_detector.h26 using DetectCallBack = std::function<void(const T value, bool isHigh)>;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_utils.h63 bool isHigh = false, bool isAstc = false, bool forceSdr = true);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp368 …ils::CompressImage(shared_ptr<PixelMap> &pixelMap, vector<uint8_t> &data, bool isHigh, bool isAstc, in CompressImage() argument
373 .quality = isAstc ? ASTC_LOW_QUALITY : (isHigh ? THUMBNAIL_HIGH : THUMBNAIL_MID), in CompressImage()