Home
last modified time | relevance | path

Searched refs:new_sr (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator_unittest.cc27 bool new_sr; in TEST() local
32 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
39 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
44 bool new_sr; in TEST() local
49 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
53 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
59 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
64 bool new_sr; in TEST() local
69 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
73 estimator.UpdateMeasurements(ntp_sec, ntp_frac, timestamp, &new_sr)); in TEST()
[all …]
/external/webrtc/video/
Dstream_synchronization_unittest.cc50 bool new_sr; in DelayedStreams() local
57 ntp_time.seconds(), ntp_time.fractions(), rtp_timestamp, &new_sr)); in DelayedStreams()
63 ntp_time.seconds(), ntp_time.fractions(), rtp_timestamp, &new_sr)); in DelayedStreams()
69 ntp_time.seconds(), ntp_time.fractions(), rtp_timestamp, &new_sr)); in DelayedStreams()
75 ntp_time.seconds(), ntp_time.fractions(), rtp_timestamp, &new_sr)); in DelayedStreams()
/external/crosvm/devices/src/pci/
Dac97_bus_master.rs763 let mut new_sr = regs.func_regs(func).sr & !SR_CELV; in buffer_completed() localVariable
765 new_sr |= SR_BCIS; in buffer_completed()
772 new_sr |= SR_DCH | SR_CELV | SR_LVBCI; in buffer_completed()
777 update_sr(regs, func, new_sr); in buffer_completed()