Home
last modified time | relevance | path

Searched refs:rereadTime (Results 1 – 1 of 1) 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.cpp384 int64_t rereadTime = LESS_HALF_REREAD_TIME; in WaitRereadClockFailed() local
386 rereadTime = statistician_->GetAverPushInterval() * FACTOR_DOUBLE; in WaitRereadClockFailed()
388 clockCon_.wait_for(lock, std::chrono::nanoseconds(rereadTime), in WaitRereadClockFailed()