Searched refs:next_timestamp_from_input_ (Results 1 – 2 of 2) sorted by relevance
91 if (next_timestamp_from_input_ && in DecodeInternal()92 timestamp_to_decode != *next_timestamp_from_input_) { in DecodeInternal()95 uint32_t jump = timestamp_to_decode - *next_timestamp_from_input_; in DecodeInternal()99 next_timestamp_from_input_ = timestamp_to_decode + samples_to_decode; in DecodeInternal()
68 absl::optional<uint32_t> next_timestamp_from_input_; variable