Searched refs:GetLastDecodedFrameTimestamp (Results 1 – 5 of 5) sorted by relevance
52 EXPECT_EQ(history.GetLastDecodedFrameTimestamp(), absl::nullopt); in TEST()86 EXPECT_EQ(history.GetLastDecodedFrameTimestamp(), absl::nullopt); in TEST()88 EXPECT_EQ(history.GetLastDecodedFrameTimestamp(), 12345u); in TEST()90 EXPECT_EQ(history.GetLastDecodedFrameTimestamp(), 12366u); in TEST()
39 absl::optional<uint32_t> GetLastDecodedFrameTimestamp() const;
81 absl::optional<uint32_t> DecodedFramesHistory::GetLastDecodedFrameTimestamp() in GetLastDecodedFrameTimestamp() function in webrtc::video_coding::DecodedFramesHistory
158 decoded_frames_history_.GetLastDecodedFrameTimestamp(); in FindNextFrame()398 decoded_frames_history_.GetLastDecodedFrameTimestamp(); in InsertFrame()
80 *decoded_frame_history_.GetLastDecodedFrameTimestamp())) { in InsertFrame()