Searched refs:old_timestamp (Results 1 – 1 of 1) sorted by relevance
1221 static uint32_t old_timestamp = 0; in prvTraceUBHelper2() local1232 if (*data < old_timestamp) in prvTraceUBHelper2()1237 old_timestamp = *data; in prvTraceUBHelper2()2723 static uint32_t old_timestamp = 0; in prvTraceGetDTS() local2762 dts = timestamp - old_timestamp; in prvTraceGetDTS()2763 old_timestamp = timestamp; in prvTraceGetDTS()