/external/webrtc/talk/media/base/ |
fakevideocapturer.h | 35 #include "talk/media/base/videocapturer.h" 46 class FakeVideoCapturer : public cricket::VideoCapturer {
|
capturemanager_unittest.cc | 73 void OnCapturerStateChange(cricket::VideoCapturer* capturer,
|
fakemediaengine.h | 527 virtual bool SetCapturer(uint32_t ssrc, VideoCapturer* capturer) { 608 std::map<uint32_t, VideoCapturer*> capturers_;
|
mediachannel.h | 62 class VideoCapturer; [all...] |
videocapturer_unittest.cc | 34 #include "talk/media/base/videocapturer.h" 69 void OnVideoFrame(cricket::VideoCapturer*, const cricket::VideoFrame* frame) { 78 void OnStateChange(cricket::VideoCapturer*, [all...] |
videoengine_unittest.h | 107 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); 115 void OnLocalFrame(cricket::VideoCapturer*, 118 void OnLocalFrameFormat(cricket::VideoCapturer*, [all...] |
videoadapter_unittest.cc | 70 // Explicitly disconnect the VideoCapturer before to avoid data races 94 void OnFrameCaptured(VideoCapturer* capturer, [all...] |
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 250 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) { 276 if (!VideoCapturer::SetApplyRotation(enable)) {
|
webrtcvideoengine2.cc | 35 #include "talk/media/base/videocapturer.h" [all...] |
/external/webrtc/talk/app/webrtc/ |
webrtcsession.h | 52 class VideoCapturer; 261 bool SetCaptureDevice(uint32_t ssrc, cricket::VideoCapturer* camera) override;
|
peerconnectionfactory.cc | 220 cricket::VideoCapturer* capturer,
|
peerconnectioninterface.h | 547 cricket::VideoCapturer* capturer,
|
rtpsenderreceiver_unittest.cc | 87 bool(uint32_t ssrc, cricket::VideoCapturer* camera)); 103 virtual cricket::VideoCapturer* GetVideoCapturer() { return &fake_capturer_; }
|
peerconnection_unittest.cc | 440 for (std::vector<cricket::VideoCapturer*>::iterator it = [all...] |
webrtcsession.cc | 44 #include "talk/media/base/videocapturer.h" [all...] |
/external/webrtc/webrtc/examples/peerconnection/client/ |
conductor.cc | 371 cricket::VideoCapturer* Conductor::OpenVideoCaptureDevice() { 384 cricket::VideoCapturer* capturer = NULL;
|
/external/webrtc/talk/app/webrtc/java/jni/ |
androidvideocapturer_jni.cc | 240 rtc::scoped_ptr<cricket::VideoCapturer> capturer( 242 // Caller takes ownership of the cricket::VideoCapturer* pointer.
|
peerconnection_jni.cc | 71 #include "talk/media/base/videocapturer.h" [all...] |
/external/webrtc/talk/media/devices/ |
filevideocapturer_unittest.cc | 61 void OnFrameCaptured(cricket::VideoCapturer* capturer,
|
/external/webrtc/talk/session/media/ |
channel.cc | [all...] |
channel_unittest.cc | [all...] |
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
VideoCapturerAndroid.java | 53 // Android specific implementation of VideoCapturer. 56 // This class extends VideoCapturer with a method to easily switch between the 65 public class VideoCapturerAndroid extends VideoCapturer implements 312 // Returns true if this VideoCapturer is setup to capture video frames to a SurfaceTexture. 791 VideoCapturerAndroid videoCapturer,
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
PeerConnectionTest.java | 559 VideoCapturer.create(""), new MediaConstraints());
|
/external/webrtc/webrtc/video/ |
video_quality_test.cc | [all...] |