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

  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 26 const cricket::VideoFormat& capture_format) {
35 gfx::Size(capture_format.width, capture_format.height),
36 capture_format.framerate(),
39 SetCaptureFormat(&capture_format);
50 UpdateAspectRatio(capture_format.width, capture_format.height);
rtc_video_capturer.h 34 const cricket::VideoFormat& capture_format) OVERRIDE;
video_destination_handler.h 47 const cricket::VideoFormat& capture_format) OVERRIDE;
video_destination_handler.cc 33 CaptureState PpFrameWriter::Start(const VideoFormat& capture_format) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 107 CaptureState MutedVideoCapturer::Start(const VideoFormat& capture_format) {
111 frame_generator_.reset(new MutedFramesGenerator(capture_format));
114 SetCaptureFormat(&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);
mutedvideocapturer.h 46 virtual CaptureState Start(const VideoFormat& 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);
videocapturer.cc 120 bool VideoCapturer::StartCapturing(const VideoFormat& capture_format) {
121 CaptureState result = Start(capture_format);
189 bool VideoCapturer::Restart(const VideoFormat& capture_format) {
191 return StartCapturing(capture_format);
194 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) {
200 return StartCapturing(capture_format);
videoengine_unittest.h 520 cricket::VideoFormat capture_format(codec.width, codec.height,
525 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_->Start(capture_format));
529 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_2_->Start(capture_format));
1319 cricket::VideoFormat capture_format; \/\/ default format local
1398 cricket::VideoFormat capture_format = (*formats)[0]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.cc 40 const cricket::VideoFormat& capture_format) {
48 SetCaptureFormat(&capture_format);
remotevideocapturer.h 51 const cricket::VideoFormat& capture_format) OVERRIDE;
videosource_unittest.cc 88 const cricket::VideoFormat& capture_format) {
91 formats.push_back(capture_format);
94 return FakeVideoCapturer::Start(capture_format);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 244 CaptureState WebRtcVideoCapturer::Start(const VideoFormat& capture_format) {
256 SetCaptureFormat(&capture_format);
259 if (!FormatToCapability(capture_format, &cap)) {
273 << capture_format.ToString() << ", elapsed time "
webrtcvideocapturer.h 68 virtual CaptureState Start(const VideoFormat& capture_format);
webrtcvideoengine.cc 664 const VideoFormat* capture_format = video_capturer->GetCaptureFormat(); local
665 if (capture_format) {
673 video_adapter_->SetInputFormat(*capture_format);
    [all...]
  /external/chromium_org/media/video/capture/
file_video_capture_device.cc 164 VideoCaptureFormat capture_format; local
165 ParseFileAndExtractVideoFormat(file, &capture_format);
166 supported_formats->push_back(capture_format);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 221 CaptureState FileVideoCapturer::Start(const VideoFormat& capture_format) {
235 SetCaptureFormat(&capture_format);
filevideocapturer.h 113 virtual CaptureState Start(const VideoFormat& capture_format);
  /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

Completed in 158 milliseconds