Searched refs:WasDecoded (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | decoded_frames_history_unittest.cc | 23 EXPECT_EQ(history.WasDecoded({1234, 0}), false); in TEST() 29 EXPECT_EQ(history.WasDecoded({1234, 0}), true); in TEST() 36 EXPECT_EQ(history.WasDecoded({1234, 0}), true); in TEST() 43 EXPECT_EQ(history.WasDecoded({1235, 0}), false); in TEST() 50 EXPECT_EQ(history.WasDecoded({1234, 0}), false); in TEST() 62 EXPECT_EQ(history.WasDecoded({1235, 0}), true); in TEST() 63 EXPECT_EQ(history.WasDecoded({1235, 1}), false); in TEST() 74 EXPECT_EQ(history.WasDecoded({1234, 2}), false); in TEST() 83 EXPECT_EQ(history.WasDecoded({1234, 1}), false); in TEST() 84 EXPECT_EQ(history.WasDecoded({1235, 1}), true); in TEST() [all …]
|
D | decoded_frames_history.h | 34 bool WasDecoded(const VideoLayerFrameId& frameid);
|
D | decoded_frames_history.cc | 73 bool DecodedFramesHistory::WasDecoded(const VideoLayerFrameId& frameid) { in WasDecoded() function in webrtc::video_coding::DecodedFramesHistory
|
/external/webrtc/modules/video_coding/ |
D | frame_buffer2.cc | 621 if (!decoded_frames_history_.WasDecoded(ref_key)) { in UpdateFrameInfoWithIncomingFrame()
|