Home
last modified time | relevance | path

Searched refs:pushIntervalSum_ (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.cpp42 pushIntervalSum_ = 0; in ClearStatistics()
61 pushIntervalSum_ += pushInterval_; in CalAverPushInterval()
62 averPushInterval_ = pushIntervalSum_ / pushIndex_; in CalAverPushInterval()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Dtime_statistician.h46 int64_t pushIntervalSum_ = 0; variable