Home
last modified time | relevance | path

Searched refs:timeStampInterval_ (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.cpp49 timeStampInterval_ = 0; in ClearStatistics()
71 timeStampInterval_ = timeStamp_ - lastTimeStamp_; in CalAverTimeStampInterval()
77 timeStampIntervalSum_ += timeStampInterval_; in CalAverTimeStampInterval()
81 …", averTimeStampInterval: %{public}lld", timeStampInterval_, timeStampIndex_, averTimeStampInterva… in CalAverTimeStampInterval()
101 return timeStampInterval_; in GetTimeStampInterval()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.cpp46 timeStampInterval_ = timeStamp_ - lastTimeStamp_; in CalAverTimeStampInterval()
52 timeStampIntervalSum_ += timeStampInterval_; in CalAverTimeStampInterval()
74 return timeStampInterval_; in GetTimeStampInterval()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.h49 int64_t timeStampInterval_ = 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.h54 int64_t timeStampInterval_ = 0; variable