Lines Matching refs:masked_timestamp
945 uint64_t timestamp, masked_timestamp;
948 masked_timestamp = timestamp & decoder->period_mask;
950 if (masked_timestamp > decoder->last_masked_timestamp)
954 masked_timestamp = timestamp & decoder->period_mask;
955 if (masked_timestamp > decoder->last_masked_timestamp) {
956 decoder->last_masked_timestamp = masked_timestamp;
961 if (masked_timestamp < decoder->last_masked_timestamp)
964 return decoder->period_ticks - (timestamp - masked_timestamp);
983 uint64_t timestamp, masked_timestamp;
991 masked_timestamp = timestamp & decoder->period_mask;
992 if (masked_timestamp > decoder->last_masked_timestamp)
993 decoder->last_masked_timestamp = masked_timestamp;