Home
last modified time | relevance | path

Searched refs:timestampCount_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp333 float fps = (int64_t)(100000000000 * timestampCount_ / timeInterval) / 100.0; in CalculateFps()
346 timestampCount_ = 0; in CalculateFps()
349 timestampCount_++; in CalculateFps()
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h193 int timestampCount_ = 0; member in OHOS::Camera::HdiCommon::StreamConsumer

Completed in 4 milliseconds