Searched refs:capture_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter_unittest.cc26 void TestSourceCropFrame(int capture_width, argument
32 const int horiz_crop = ((capture_width - cropped_width) / 2);
35 gfx::Size coded_size(capture_width, capture_height);
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source_unittest.cc114 void TestSourceCropFrame(int capture_width, argument
121 CreateTrackAndStartSource(constraints, capture_width, capture_height,
127 DeliverVideoFrameAndWaitForRenderer(capture_width, capture_height, &sink);
167 int capture_width,
174 CreateTrackAndStartSource(constraints1, capture_width, capture_height,
190 DeliverVideoFrameAndWaitForTwoRenderers(capture_width,
164 TestTwoTracksWithDifferentConstraints( const blink::WebMediaConstraints& constraints1, const blink::WebMediaConstraints& constraints2, int capture_width, int capture_height, int expected_width1, int expected_height1, int expected_width2, int expected_height2) argument

Completed in 1488 milliseconds