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 99 void TestSourceCropFrame(int capture_width,
307 TestSourceCropFrame(1280, 720,
316 TestSourceCropFrame(MediaStreamVideoSource::kDefaultWidth,
477 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 640, 360);
484 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 640, 360);
493 TestSourceCropFrame(1280, 720, factory.CreateWebMediaConstraints(), 732, 489);
502 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 637, 359);
511 TestSourceCropFrame(640, 480, factory.CreateWebMediaConstraints(), 320, 320);
520 TestSourceCropFrame(1280, 720, factory.CreateWebMediaConstraints(),

Completed in 201 milliseconds