Searched refs:batchingPeriodInNs (Results 1 – 1 of 1) sorted by relevance
251 const int64_t batchingPeriodInNs = 0; // no batching in testStreamingOperation() local269 ASSERT_EQ(batch(handle, samplingPeriodInNs, batchingPeriodInNs), Result::OK); in testStreamingOperation()309 constexpr int64_t batchingPeriodInNs = 0; // no batching variable334 ASSERT_EQ(batch(handle, firstCollectionPeriod, batchingPeriodInNs), Result::OK);341 ASSERT_EQ(batch(handle, secondCollectionPeriod, batchingPeriodInNs), Result::OK);421 int64_t batchingPeriodInNs = minFifoCount * minSamplingPeriodInNs; in testBatchingOperation() local423 if (batchingPeriodInNs < oneSecondInNs) { in testBatchingOperation()428 if (batchingPeriodInNs > maxBatchingTestTimeNs) { in testBatchingOperation()429 batchingPeriodInNs = maxBatchingTestTimeNs; in testBatchingOperation()430 minFifoCount = (uint32_t)(batchingPeriodInNs / minSamplingPeriodInNs); in testBatchingOperation()[all …]