Searched refs:timeDelta (Results 1 – 2 of 2) sorted by relevance
701 nsecs_t timeDelta = captureTimes[i] - captureTimes[i-1]; in TEST_F() local704 WARN_LT(timeDelta, expectedDelta + DURATION_UPPER_BOUND) << in TEST_F()705 "Capture took " << timeDelta << " ns to receive, but expected" in TEST_F()708 WARN_GT(timeDelta, expectedDelta - DURATION_LOWER_BOUND) << in TEST_F()709 "Capture took " << timeDelta << " ns to receive, but expected" in TEST_F()712 dout << "Time delta from previous frame: " << timeDelta / 1e6 << in TEST_F()
431 nsecs_t timeDelta = in CaptureBurst() local433 EXPECT_GE(timeDelta * ( 1 + TOLERANCE_MARGIN_CAPTURE), exposures[i]); in CaptureBurst()