Home
last modified time | relevance | path

Searched refs:threshhold (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp71 bool 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()
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp92 int32_t threshhold = 5000; in HWTEST_F() local
97 spanSizeInByte / sizeof(int16_t), threshhold); in HWTEST_F()
100 memset_s(buf.get(), spanSizeInByte, threshhold, spanSizeInByte); in HWTEST_F()
102 spanSizeInByte / sizeof(int16_t), threshhold); in HWTEST_F()
115 int32_t threshhold = 8000; in HWTEST_F() local
118 memset_s(buf.get(), spanSizeInByte, threshhold, spanSizeInByte); in HWTEST_F()
/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);

Completed in 2 milliseconds