HomeSort by relevance Sort by last modified time
    Searched defs:capture_format (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/video/capture/
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...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
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);
videoengine_unittest.h 512 cricket::VideoFormat capture_format(codec.width, codec.height,
517 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_->Start(capture_format));
521 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_2_->Start(capture_format));
1307 cricket::VideoFormat capture_format; \/\/ default format local
1386 cricket::VideoFormat capture_format = (*formats)[0]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb.h 83 unsigned int capture_format; member in struct:snd_sb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb.h 83 unsigned int capture_format; member in struct:snd_sb
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 560 const VideoFormat* capture_format = video_capturer->GetCaptureFormat(); local
561 if (capture_format) {
569 video_adapter_->SetInputFormat(*capture_format);
    [all...]

Completed in 177 milliseconds