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

  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 63 static const int kTestWidth = 352;
293 capability.width = kTestWidth;
395 capability1.width = kTestWidth;
412 capability2.width = kTestWidth;
438 capability.width = kTestWidth;
444 test_frame_.CreateEmptyFrame(kTestWidth, kTestHeight, kTestWidth,
445 ((kTestWidth + 1) / 2), (kTestWidth + 1) / 2);
447 memset(test_frame_.buffer(webrtc::kYPlane), 127, kTestWidth * kTestHeight)
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 41 const int kTestWidth = 320;
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);
654 static_cast<int>(kTestWidth / 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/ui/gfx/
text_elider_unittest.cc 212 const float kTestWidth = GetStringWidthF(ASCIIToUTF16("Test"), font_list);
220 { "", kTestWidth, "" },
221 { "Tes", kTestWidth, "Tes" },
222 { "Test", kTestWidth, "Test" },
223 { "Tests", kTestWidth, "Test" },
241 const float kTestWidth = GetStringWidthF(ASCIIToUTF16("Test"), font_list);
253 { "", kTestWidth, "" },
254 { "Tes", kTestWidth, "Tes" },
255 { "Test", kTestWidth, "Test" },
273 const float kTestWidth = GetStringWidthF(ASCIIToUTF16("Test"), font_list)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h     [all...]

Completed in 3418 milliseconds