Searched refs:CheckFrame (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/video_coding/ |
D | frame_buffer2_unittest.cc | 218 void CheckFrame(size_t index, int picture_id, int spatial_layer) { in CheckFrame() function in webrtc::video_coding::TestFrameBuffer2 265 CheckFrame(0, pid, 0); in TEST_F() 276 CheckFrame(0, pid, 1); in TEST_F() 289 CheckFrame(0, 0, 0); in TEST_F() 303 CheckFrame(0, pid, 0); in TEST_F() 304 CheckFrame(1, pid, 1); in TEST_F() 313 CheckFrame(0, pid, 0); in TEST_F() 323 CheckFrame(i, pid + i, 0); in TEST_F() 324 CheckFrame(i + 1, pid + i + 1, 0); in TEST_F() 344 CheckFrame(0, pid, 0); in TEST_F() [all …]
|
/external/pigweed/pw_hdlc/ |
D | decoder.cc | 59 const Status status = CheckFrame(); in Process() 120 Status Decoder::CheckFrame() const { in CheckFrame() function in pw::hdlc::Decoder
|
/external/pigweed/pw_hdlc/public/pw_hdlc/ |
D | decoder.h | 136 Status CheckFrame() const;
|