Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp71 …ol DAudioLatencyTest::IsFrameHigh(const int16_t *audioData, const int32_t size, int32_t threshhold) in IsFrameHigh() argument
84 return (max >= threshhold) ? true : false; in IsFrameHigh()
89 int32_t threshhold = BEEP_THRESHHOLD; in RecordBeepTime() local
91 sizePerFrame / sizeof(int16_t), threshhold); in RecordBeepTime()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp92 int32_t threshhold = 5000; variable
97 spanSizeInByte / sizeof(int16_t), threshhold);
100 memset_s(buf.get(), spanSizeInByte, threshhold, spanSizeInByte);
102 spanSizeInByte / sizeof(int16_t), threshhold);
115 int32_t threshhold = 8000; variable
118 memset_s(buf.get(), spanSizeInByte, threshhold, spanSizeInByte);
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_latency_test.h31 bool IsFrameHigh(const int16_t *audioData, const int32_t size, int32_t threshhold);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp303 const int threshhold = 50; variable
307 for (int j = 0; j <= threshhold; j++) { // more than 50 queries in 1 second is never allowed
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp845 const int threshhold = 50; variable
849 for (int j = 0; j <= threshhold; j++) { // more than 50 queries in 1 second is never allowed
H A Dhisysevent_native_test.cpp1221 const int threshhold = 50; variable
1225 for (int j = 0; j <= threshhold; j++) { // more than 50 queries in 1 second is never allowed