Searched refs:last_frame_timestamp_ (Results 1 – 2 of 2) sorted by relevance
184 if (last_frame_timestamp_) { in ConsumeNextDecodedFrame()185 const Clock::duration delta = frame_timestamp - *last_frame_timestamp_; in ConsumeNextDecodedFrame()200 last_frame_timestamp_ = frame_timestamp; in ConsumeNextDecodedFrame()
101 absl::optional<Clock::duration> last_frame_timestamp_; variable