Home
last modified time | relevance | path

Searched defs:DecodedFramesHistory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Ddecoded_frames_history_unittest.cc21 TEST(DecodedFramesHistory, RequestOnEmptyHistory) { in TEST() argument
26 TEST(DecodedFramesHistory, FindsLastDecodedFrame) { in TEST() argument
32 TEST(DecodedFramesHistory, FindsPreviousFrame) { in TEST() argument
39 TEST(DecodedFramesHistory, ReportsMissingFrame) { in TEST() argument
46 TEST(DecodedFramesHistory, ClearsHistory) { in TEST() argument
55 TEST(DecodedFramesHistory, HandlesBigJumpInPictureId) { in TEST() argument
65 TEST(DecodedFramesHistory, ForgetsTooOldHistory) { in TEST() argument
75 TEST(DecodedFramesHistory, ReturnsLastDecodedFrameId) { in TEST() argument
84 TEST(DecodedFramesHistory, ReturnsLastDecodedFrameTimestamp) { in TEST() argument
93 TEST(DecodedFramesHistory, NegativePictureIds) { in TEST() argument
H A Ddecoded_frames_history.cc21 DecodedFramesHistory::DecodedFramesHistory(size_t window_size) in DecodedFramesHistory() function in webrtc::video_coding::DecodedFramesHistory