Home
last modified time | relevance | path

Searched refs:pushInterval_ (Results 1 – 2 of 2) 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.cpp43 pushInterval_ = 0; in ClearStatistics()
55 pushInterval_ = pushTime_ - lastPushTime_; in CalAverPushInterval()
61 pushIntervalSum_ += pushInterval_; in CalAverPushInterval()
65 pushInterval_, pushIndex_, averPushInterval_); in CalAverPushInterval()
96 return pushInterval_; in GetPushInterval()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Dtime_statistician.h47 int64_t pushInterval_ = 0; variable