Searched defs:capture_params (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device_aura_unittest.cc103 media::VideoCaptureParams capture_params; local
104 capture_params.requested_format.frame_size.SetSize(640, 480);
105 capture_params.requested_format.frame_rate = kFrameRate;
106 capture_params.requested_format.pixel_format = media::PIXEL_FORMAT_I420;
107 capture_params.allow_resolution_change = false;
109 capture_params, client.PassAs<media::VideoCaptureDevice::Client>());
H A Ddesktop_capture_device_unittest.cc166 media::VideoCaptureParams capture_params; local
167 capture_params.requested_format.frame_size.SetSize(640, 480);
168 capture_params.requested_format.frame_rate = kFrameRate;
169 capture_params.requested_format.pixel_format = media::PIXEL_FORMAT_I420;
170 capture_params.allow_resolution_change = false;
172 capture_params, client.PassAs<media::VideoCaptureDevice::Client>());
206 media::VideoCaptureParams capture_params; local
207 capture_params.requested_format.frame_size.SetSize(kTestFrameWidth1,
209 capture_params.requested_format.frame_rate = kFrameRate;
210 capture_params
252 media::VideoCaptureParams capture_params; local
[all...]
H A Dweb_contents_video_capture_device_unittest.cc598 media::VideoCaptureParams capture_params; local
599 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
600 capture_params.requested_format.frame_rate = kTestFramesPerSecond;
601 capture_params.requested_format.pixel_format = media::PIXEL_FORMAT_I420;
602 capture_params.allow_resolution_change = false;
603 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
611 media::VideoCaptureParams capture_params; local
612 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
613 capture_params.requested_format.frame_rate = kTestFramesPerSecond;
614 capture_params
635 media::VideoCaptureParams capture_params; local
657 media::VideoCaptureParams capture_params; local
677 media::VideoCaptureParams capture_params; local
716 media::VideoCaptureParams capture_params; local
767 media::VideoCaptureParams capture_params; local
789 media::VideoCaptureParams capture_params; local
[all...]
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_unittest.cc173 VideoCaptureParams capture_params; local
174 capture_params.requested_format.frame_size.SetSize(640, 480);
175 capture_params.requested_format.frame_rate = 30;
176 capture_params.requested_format.pixel_format = PIXEL_FORMAT_I420;
177 capture_params.allow_resolution_change = false;
178 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
200 VideoCaptureParams capture_params; local
201 capture_params.requested_format.frame_size.SetSize(1280, 720);
202 capture_params.requested_format.frame_rate = 30;
203 capture_params
224 VideoCaptureParams capture_params; local
254 VideoCaptureParams capture_params; local
264 VideoCaptureParams capture_params; local
295 VideoCaptureParams capture_params; local
323 VideoCaptureParams capture_params; local
350 VideoCaptureParams capture_params; local
384 VideoCaptureParams capture_params; local
[all...]

Completed in 123 milliseconds