Searched refs:InsertFrames (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 389 void InsertFrames(float framerate, float seconds) { in InsertFrames() function in webrtc::vcm::__anon6bfc03b10111::TestVideoSenderWithVp8 411 InsertFrames(framerate, short_simulation_interval); in SimulateWithFramerate() 414 InsertFrames(framerate, long_simulation_interval); in SimulateWithFramerate()
|
D | jitter_buffer_unittest.cc | 337 VCMFrameBufferEnum InsertFrames(int num_frames, FrameType frame_type) { in InsertFrames() function in webrtc::TestRunningJitterBuffer 2133 EXPECT_GE(InsertFrames(kMaxNumberOfFrames, kVideoFrameDelta), kNoError); in TEST_F() 2211 EXPECT_GE(InsertFrames(5, kVideoFrameDelta), kNoError); in TEST_F() 2223 EXPECT_GE(InsertFrames(kNumDeltaFrames, kVideoFrameDelta), kNoError); in TEST_F() 2234 EXPECT_GE(InsertFrames(kNumDeltaFrames, kVideoFrameDelta), kNoError); in TEST_F() 2236 EXPECT_GE(InsertFrames(kNumDeltaFrames, kVideoFrameDelta), kNoError); in TEST_F() 2262 EXPECT_GE(InsertFrames(kMaxNumberOfFrames, kEmptyFrame), kNoError); in TEST_F() 2277 InsertFrames(oldest_packet_to_nack_ + 1, kVideoFrameDelta)); in TEST_F() 2306 EXPECT_GE(InsertFrames(oldest_packet_to_nack_, kVideoFrameDelta), kNoError); in TEST_F()
|