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

  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter_unittest.cc 26 void TestSourceCropFrame(int capture_width,
60 TestSourceCropFrame(640, 480, 640, 360, 640, 360);
64 TestSourceCropFrame(640, 480, 480, 480, 320, 320);
68 TestSourceCropFrame(1280, 720, 1280, 720, 640, 360);
  /external/chromium_org/content/renderer/media/
media_stream_video_source_unittest.cc 114 void TestSourceCropFrame(int capture_width,
333 TestSourceCropFrame(1280, 720,
342 TestSourceCropFrame(MediaStreamVideoSource::kDefaultWidth,
515 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 640, 360);
522 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 640, 360);
531 TestSourceCropFrame(1280, 720, factory.CreateWebMediaConstraints(), 732, 489);
540 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 637, 359);
549 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 320, 320);
558 TestSourceCropFrame(1280, 720, factory.CreateWebMediaConstraints(),
    [all...]

Completed in 66 milliseconds