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

  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 62 static const int kTestHeight = 288;
294 capability.height = kTestHeight;
396 capability1.height = kTestHeight;
413 capability2.height = kTestHeight;
439 capability.height = kTestHeight;
444 test_frame_.CreateEmptyFrame(kTestWidth, kTestHeight, kTestWidth,
447 memset(test_frame_.buffer(webrtc::kYPlane), 127, kTestWidth * kTestHeight);
449 ((kTestWidth + 1) / 2) * ((kTestHeight + 1) / 2));
451 ((kTestWidth + 1) / 2) * ((kTestHeight + 1) / 2));
506 aligned_test_frame.CreateEmptyFrame(kTestWidth, kTestHeight,
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 42 const int kTestHeight = 240;
82 copy_result_size_(kTestWidth, kTestHeight),
170 return gfx::Rect(100, 100, 100 + kTestWidth, 100 + kTestHeight);
355 EXPECT_EQ(gfx::Size(kTestWidth, kTestHeight), buffer_format.frame_size);
644 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
655 static_cast<int>(kTestHeight / kTestDeviceScaleFactor));
661 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
688 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
709 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
728 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h     [all...]

Completed in 404 milliseconds