Searched refs:capture_format (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc40 const cricket::VideoFormat& capture_format) {
48 SetCaptureFormat(&capture_format);
39 Start( const cricket::VideoFormat& capture_format) argument
H A Dremotevideocapturer.h51 const cricket::VideoFormat& capture_format) OVERRIDE;
H A Dvideosource_unittest.cc88 const cricket::VideoFormat& capture_format) {
91 formats.push_back(capture_format);
94 return FakeVideoCapturer::Start(capture_format);
87 Start( const cricket::VideoFormat& capture_format) argument
/external/chromium_org/content/renderer/media/
H A Drtc_video_capturer.cc26 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);
25 Start( const cricket::VideoFormat& capture_format) argument
H A Drtc_video_capturer.h34 const cricket::VideoFormat& capture_format) OVERRIDE;
H A Dvideo_destination_handler.h47 const cricket::VideoFormat& capture_format) OVERRIDE;
H A Dvideo_destination_handler.cc33 CaptureState PpFrameWriter::Start(const VideoFormat& capture_format) { argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmutedvideocapturer.cc107 CaptureState MutedVideoCapturer::Start(const VideoFormat& capture_format) { argument
111 frame_generator_.reset(new MutedFramesGenerator(capture_format));
114 SetCaptureFormat(&capture_format);
H A Dmutedvideocapturer.h46 virtual CaptureState Start(const VideoFormat& capture_format);
H A Dvideocapturer.h164 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);
H A Dcapturemanager.cc244 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);
H A Dvideocapturer.cc120 bool VideoCapturer::StartCapturing(const VideoFormat& capture_format) { argument
121 CaptureState result = Start(capture_format);
189 bool VideoCapturer::Restart(const VideoFormat& capture_format) { argument
191 return StartCapturing(capture_format);
194 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) {
200 return StartCapturing(capture_format);
H A Dvideoengine_unittest.h520 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
1320 capture_format.interval = cricket::VideoFormat::FpsToInterval(30);
1332 EXPECT_EQ(cricket::CS_RUNNING, capturer1->Start(capture_format));
1344 EXPECT_EQ(cricket::CS_RUNNING, capturer2->Start(capture_format));
1398 cricket::VideoFormat capture_format = (*formats)[0]; local
1399 EXPECT_EQ(cricket::CS_RUNNING, capturer->Start(capture_format));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.h68 virtual CaptureState Start(const VideoFormat& capture_format);
H A Dwebrtcvideocapturer.cc244 CaptureState WebRtcVideoCapturer::Start(const VideoFormat& capture_format) { argument
256 SetCaptureFormat(&capture_format);
259 if (!FormatToCapability(capture_format, &cap)) {
273 << capture_format.ToString() << ", elapsed time "
H A Dwebrtcvideoengine.cc664 const VideoFormat* capture_format = video_capturer->GetCaptureFormat(); local
665 if (capture_format) {
673 video_adapter_->SetInputFormat(*capture_format);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.h113 virtual CaptureState Start(const VideoFormat& capture_format);
H A Dfilevideocapturer.cc221 CaptureState FileVideoCapturer::Start(const VideoFormat& capture_format) { argument
235 SetCaptureFormat(&capture_format);
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device.cc164 VideoCaptureFormat capture_format; local
165 ParseFileAndExtractVideoFormat(file, &capture_format);
166 supported_formats->push_back(capture_format);

Completed in 187 milliseconds