Home
last modified time | relevance | path

Searched refs:timeStampIndex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Dtime_statistician.cpp44 timeStampIndex_ = 0; in ClearStatistics()
76 timeStampIndex_++; in CalAverTimeStampInterval()
78 averTimeStampInterval_ = timeStampIntervalSum_ / timeStampIndex_; in CalAverTimeStampInterval()
81 …", averTimeStampInterval: %{public}lld", timeStampInterval_, timeStampIndex_, averTimeStampInterva… in CalAverTimeStampInterval()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.cpp51 timeStampIndex_++; in CalAverTimeStampInterval()
53 averTimeStampInterval_ = timeStampIntervalSum_ / static_cast<int64_t>(timeStampIndex_); in CalAverTimeStampInterval()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.h44 uint32_t timeStampIndex_ = 0; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Dtime_statistician.h49 int32_t timeStampIndex_ = 0; variable