Searched refs:ts_samples (Results 1 – 1 of 1) sorted by relevance
142 struct ts_offset_sample *ts_samples; member150 struct ts_offset_sample *ts_samples; member1711 return ts + tsync->ts_samples[0].offset; in timestamp_host_sync()1716 &tsync->ts_samples[0], in timestamp_host_sync()1717 &tsync->ts_samples[1]); in timestamp_host_sync()1720 if (ts <= tsync->ts_samples[0].time) in timestamp_host_sync()1722 &tsync->ts_samples[0], in timestamp_host_sync()1723 &tsync->ts_samples[1]); in timestamp_host_sync()1724 else if (ts >= tsync->ts_samples[tsync->ts_samples_count-1].time) in timestamp_host_sync()1726 &tsync->ts_samples[tsync->ts_samples_count-2], in timestamp_host_sync()[all …]