HomeSort by relevance Sort by last modified time
    Searched refs:capture_format (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/media/video/capture/
video_capture_device_dummy.cc 20 const VideoCaptureCapability& capture_format,
video_capture_device_dummy.h 22 virtual void Allocate(const VideoCaptureCapability& capture_format,
video_capture_device_unittest.cc 159 VideoCaptureCapability capture_format(640,
166 device->Allocate(capture_format, frame_observer_.get());
197 VideoCaptureCapability capture_format(1280,
204 device->Allocate(capture_format, frame_observer_.get());
231 VideoCaptureCapability capture_format(637,
238 device->Allocate(capture_format, frame_observer_.get());
321 VideoCaptureCapability capture_format(640,
328 device->Allocate(capture_format, frame_observer_.get());
359 VideoCaptureCapability capture_format(640,
366 device->Allocate(capture_format, frame_observer_.get())
417 media::VideoCaptureCapability capture_format; local
    [all...]
fake_video_capture_device.h 30 virtual void Allocate(const VideoCaptureCapability& capture_format,
fake_video_capture_device.cc 70 const VideoCaptureCapability& capture_format,
72 capture_format_.frame_size_type = capture_format.frame_size_type;
73 if (capture_format.frame_size_type == VariableResolutionVideoCaptureDevice)
84 if (capture_format.width > 320) { // VGA
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.h 46 virtual CaptureState Start(const VideoFormat& capture_format);
mutedvideocapturer.cc 107 CaptureState MutedVideoCapturer::Start(const VideoFormat& capture_format) {
111 frame_generator_.reset(new MutedFramesGenerator(capture_format));
114 SetCaptureFormat(&capture_format);
videocapturer.h 164 bool StartCapturing(const VideoFormat& capture_format);
167 // capture_format: The caller got this parameter by either calling
177 virtual CaptureState Start(const VideoFormat& capture_format) = 0;
199 // Restart the video capturer with the new |capture_format|.
201 virtual bool Restart(const VideoFormat& capture_format);
capturemanager.cc 244 VideoFormat capture_format; local
246 &capture_format)) {
247 if (!video_capturer->Restart(capture_format)) {
356 VideoFormat capture_format; local
358 &capture_format)) {
375 return video_capturer->StartCapturing(capture_format);
videocapturer.cc 118 bool VideoCapturer::StartCapturing(const VideoFormat& capture_format) {
119 CaptureState result = Start(capture_format);
187 bool VideoCapturer::Restart(const VideoFormat& capture_format) {
189 return StartCapturing(capture_format);
192 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) {
198 return StartCapturing(capture_format);
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.h 41 virtual void Allocate(const media::VideoCaptureCapability& capture_format,
web_contents_video_capture_device.h 45 virtual void Allocate(const media::VideoCaptureCapability& capture_format,
web_contents_video_capture_device_unittest.cc 544 media::VideoCaptureCapability capture_format(
552 device()->Allocate(capture_format, consumer());
561 media::VideoCaptureCapability capture_format(
569 device()->Allocate(capture_format, consumer());
590 media::VideoCaptureCapability capture_format(
598 device()->Allocate(capture_format, consumer());
616 media::VideoCaptureCapability capture_format(
624 device()->Allocate(capture_format, consumer());
646 media::VideoCaptureCapability capture_format(
654 device()->Allocate(capture_format, consumer())
    [all...]
desktop_capture_device_unittest.cc 126 media::VideoCaptureCapability capture_format(
129 capture_device.Allocate(capture_format, &frame_observer);
166 media::VideoCaptureCapability capture_format(
174 capture_device.Allocate(capture_format, &frame_observer);
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 28 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 27 const cricket::VideoFormat& capture_format) {
35 cap.width = capture_format.width;
36 cap.height = capture_format.height;
37 cap.frame_rate = capture_format.framerate();
40 SetCaptureFormat(&capture_format);
rtc_video_capturer.h 34 const cricket::VideoFormat& capture_format) OVERRIDE;
video_destination_handler.h 47 const cricket::VideoFormat& capture_format) OVERRIDE;
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 31 virtual void Allocate(const VideoCaptureCapability& capture_format,
video_capture_device_android.cc 125 const VideoCaptureCapability& capture_format,
139 capture_format.width,
140 capture_format.height,
141 capture_format.frame_rate);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 27 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 41 virtual void Allocate(const VideoCaptureCapability& capture_format,
video_capture_device_win.h 43 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.h 113 virtual CaptureState Start(const VideoFormat& capture_format);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h 68 virtual CaptureState Start(const VideoFormat& capture_format);

Completed in 516 milliseconds

1 2