Searched defs:DecodedFramesHistory (Results  1 – 2 of 2) sorted by relevance
| /external/webrtc/modules/video_coding/utility/ | 
| D | decoded_frames_history_unittest.cc | 21 TEST(DecodedFramesHistory, RequestOnEmptyHistory) {  in TEST()  argument26 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
 
 | 
| D | decoded_frames_history.cc | 21 DecodedFramesHistory::DecodedFramesHistory(size_t window_size)  in DecodedFramesHistory()  function in webrtc::video_coding::DecodedFramesHistory
 |