Searched refs:last_ts (Results 1 – 2 of 2) sorted by relevance
57 if (stream->reporting_info.recv_cnt > 0U && info->ts == stream->reporting_info.last_ts) { in stream_rx_recv()59 LOG_WRN("Duplicated timestamp received: %u\n", stream->reporting_info.last_ts); in stream_rx_recv()91 stream->reporting_info.last_ts = info->ts; in stream_rx_recv()
44 uint32_t last_ts; member