Home
last modified time | relevance | path

Searched refs:timeInterval (Results 1 - 9 of 9) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp284 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
285 if (timeInterval != 0) { in CalculateFps()
286 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp278 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
279 if (timeInterval != 0) { in CalculateFps()
280 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp361 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
362 if (timeInterval != 0) { in CalculateFps()
363 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp359 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
360 if (timeInterval != 0) { in CalculateFps()
361 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp317 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
318 if (timeInterval != 0) { in CalculateFps()
319 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp304 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
305 if (timeInterval != 0) { in CalculateFps()
306 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp353 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
354 if (timeInterval != 0) { in CalculateFps()
355 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp502 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
503 if (timeInterval != 0) { in CalculateFps()
504 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp691 int64_t timeInterval = timestamp - intervalTimestamp_; in CalculateFps() local
692 if (timeInterval != 0) { in CalculateFps()
693 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()

Completed in 10 milliseconds