Home | History | Annotate | Download | only in base

Lines Matching refs:fps

68 inline bool IsEqualRes(const cricket::VideoCodec& a, int w, int h, int fps) {
69 return a.width == w && a.height == h && a.framerate == fps;
292 // constrain res & fps greater than the max
304 // constrain res & fps to new max
585 // Send frames for a full kTimeout's worth of 15fps video.
796 int duration_sec, int fps) {
802 for (int frame = 1; frame <= fps; ++frame) {
803 EXPECT_TRUE(WaitAndSendFrame(1000 / fps));
804 EXPECT_FRAME_WAIT(frame + i * fps, codec.width, codec.height, kTimeout);
1507 // The capturer runs at 30 fps. The channel requires 30 fps.
1519 // The channel requires 15 fps.
1528 // The channel requires 10 fps.
1538 // The channel requires 8 fps. The adapter adapts to 10 fps, which is the