HomeSort by relevance Sort by last modified time
    Searched refs:kTestHeight (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 60 static const int kTestHeight = 288;
297 capability.height = kTestHeight;
406 capability1.height = kTestHeight;
423 capability2.height = kTestHeight;
449 capability.height = kTestHeight;
454 test_frame_.CreateEmptyFrame(kTestWidth, kTestHeight, kTestWidth,
457 memset(test_frame_.buffer(webrtc::kYPlane), 127, kTestWidth * kTestHeight);
459 ((kTestWidth + 1) / 2) * ((kTestHeight + 1) / 2));
461 ((kTestWidth + 1) / 2) * ((kTestHeight + 1) / 2));
  /external/webrtc/talk/media/base/
videoengine_unittest.h 625 const int kTestHeight = 120;
626 cricket::VideoFormat format(kTestWidth, kTestHeight,
637 kTestWidth, kTestHeight, cricket::FOURCC_I420));
639 renderer2, 1, kTestWidth, kTestHeight, kTimeout);
666 EXPECT_EQ(kTestHeight, info.senders[1].send_frame_height);
    [all...]

Completed in 875 milliseconds