Home
last modified time | relevance | path

Searched refs:enterTime_ (Results 1 – 3 of 3) 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 Doutput_controller.cpp247 enterTime_ = GetCurrentTime(); in ControlOutput()
253 RecordTime(enterTime_, timeStamp); in ControlOutput()
258 InitTime(enterTime_, timeStamp); in ControlOutput()
265 RecordTime(enterTime_, timeStamp); in ControlOutput()
335 SetClockTime(enterTime_); in CheckIsClockInvalid()
453 int64_t elapse = enterTime_ - leaveTime_; in CalSleepTime()
454 int64_t render = enterTime_ - lastEnterTime_; in CalSleepTime()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h180 int64_t enterTime_ = 0; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/output_control_test/
H A Doutput_controller_test.cpp182 controller->enterTime_ = 2;