Lines Matching defs:masked_timestamp
1051 uint64_t timestamp, masked_timestamp;
1054 masked_timestamp = timestamp & decoder->period_mask;
1056 if (masked_timestamp > decoder->last_masked_timestamp)
1060 masked_timestamp = timestamp & decoder->period_mask;
1061 if (masked_timestamp > decoder->last_masked_timestamp) {
1062 decoder->last_masked_timestamp = masked_timestamp;
1067 if (masked_timestamp < decoder->last_masked_timestamp)
1070 return decoder->period_ticks - (timestamp - masked_timestamp);
1089 uint64_t timestamp, masked_timestamp;
1097 masked_timestamp = timestamp & decoder->period_mask;
1098 if (masked_timestamp > decoder->last_masked_timestamp)
1099 decoder->last_masked_timestamp = masked_timestamp;