Home
last modified time | relevance | path

Searched refs:playBeepTime_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp49 playBeepTime_.push_back(playBeepTime); in AddPlayTime()
56 if (captureBeepTime_.size() >= playBeepTime_.size()) { in AddRecordTime()
58 captureBeepTime_.size(), playBeepTime_.size()); in AddRecordTime()
104 int32_t playSize = static_cast<int32_t>(playBeepTime_.size()); in ComputeLatency()
106 if (playSize == 0 || playBeepTime_.size() != captureBeepTime_.size()) { in ComputeLatency()
113 …DHLOGI("Send: %{public}" PRId64", Received: %{public}" PRId64, playBeepTime_[i], captureBeepTime_[… in ComputeLatency()
114 … DHLOGI("Time is: %{public}" PRId64" ms.", (captureBeepTime_[i] - playBeepTime_[i]) / US_PER_MS); in ComputeLatency()
115 sum += captureBeepTime_[i] - playBeepTime_[i]; in ComputeLatency()
118 playBeepTime_.clear(); in ComputeLatency()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_latency_test.h42 std::vector<int64_t> playBeepTime_; variable