Home
last modified time | relevance | path

Searched refs:lastPushTime_ (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.cpp40 lastPushTime_ = 0; in ClearStatistics()
55 pushInterval_ = pushTime_ - lastPushTime_; in CalAverPushInterval()
56 if (lastPushTime_ == 0) { in CalAverPushInterval()
57 lastPushTime_ = pushTime_; in CalAverPushInterval()
63 lastPushTime_ = pushTime_; 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.h44 int64_t lastPushTime_ = 0; variable