Home
last modified time | relevance | path

Searched refs:source_timestamp (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-loopback.c124 pa_usec_t source_timestamp; member
382 snapshot_delay = u->latency_snapshot.source_timestamp - u->latency_snapshot.sink_timestamp; in adjust_rates()
598 u->latency_snapshot.source_timestamp = pa_rtclock_now(); in source_output_process_msg_cb()
/third_party/python/Lib/test/test_importlib/source/
Dtest_file_loader.py647 source_timestamp = self.importlib._pack_uint32(source_mtime)
650 self.assertEqual(bytecode_file.read(4), source_timestamp)