Home
last modified time | relevance | path

Searched refs:InsertFrames (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender_unittest.cc389 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()
Djitter_buffer_unittest.cc337 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()