Home
last modified time | relevance | path

Searched refs:IsFrameHigh (Results 1 - 4 of 4) 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() function in OHOS::DistributedHardware::DAudioLatencyTest
90 bool isHigh = IsFrameHigh(reinterpret_cast<int16_t *>(const_cast<uint8_t *>(base)), in RecordBeepTime()
/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);
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp86 * @tc.desc: Verify the DAudioLatencyTest IsFrameHigh function.
96 bool isHigh = DAudioLatencyTest::GetInstance().IsFrameHigh(reinterpret_cast<int16_t *>(buf.get()), in HWTEST_F()
101 isHigh = DAudioLatencyTest::GetInstance().IsFrameHigh(reinterpret_cast<int16_t *>(buf.get()), in HWTEST_F()
108 * @tc.desc: Verify the DAudioLatencyTest IsFrameHigh function.
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp237 bool IsFrameHigh(const int16_t *audioData, const int32_t size, int32_t threshold);
342 bool AudioProcessTestCallback::IsFrameHigh(const int16_t *audioData, const int32_t size, int32_t threshold) in IsFrameHigh() function in OHOS::AudioStandard::AudioProcessTestCallback
357 if (IsFrameHigh(reinterpret_cast<const int16_t *>(base), in RecordBeepTime()
362 } else if (IsFrameHigh(reinterpret_cast<const int16_t *>(base), in RecordBeepTime()

Completed in 4 milliseconds