Home
last modified time | relevance | path

Searched refs:GetLastDecodedFrameTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Ddecoded_frames_history_unittest.cc52 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()
H A Ddecoded_frames_history.h39 absl::optional<uint32_t> GetLastDecodedFrameTimestamp() const;
H A Ddecoded_frames_history.cc81 absl::optional<uint32_t> DecodedFramesHistory::GetLastDecodedFrameTimestamp() in GetLastDecodedFrameTimestamp() function in webrtc::video_coding::DecodedFramesHistory
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_buffer2.cc158 decoded_frames_history_.GetLastDecodedFrameTimestamp(); in FindNextFrame()
398 decoded_frames_history_.GetLastDecodedFrameTimestamp(); in InsertFrame()
/aosp_15_r20/external/webrtc/api/video/
H A Dframe_buffer.cc80 *decoded_frame_history_.GetLastDecodedFrameTimestamp())) { in InsertFrame()