Home
last modified time | relevance | path

Searched refs:AndroidVideoCapturer (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc44 class AndroidVideoCapturer::FrameFactory : public cricket::VideoFrameFactory {
130 AndroidVideoCapturer::AndroidVideoCapturer( in AndroidVideoCapturer() function in webrtc::AndroidVideoCapturer
164 AndroidVideoCapturer::~AndroidVideoCapturer() { in ~AndroidVideoCapturer()
168 cricket::CaptureState AndroidVideoCapturer::Start( in Start()
176 frame_factory_ = new AndroidVideoCapturer::FrameFactory(delegate_.get()); in Start()
186 void AndroidVideoCapturer::Stop() { in Stop()
198 bool AndroidVideoCapturer::IsRunning() { in IsRunning()
203 bool AndroidVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs()
209 void AndroidVideoCapturer::OnCapturerStarted(bool success) { in OnCapturerStarted()
223 void AndroidVideoCapturer::OnIncomingFrame( in OnIncomingFrame()
[all …]
Dandroidvideocapturer.h39 class AndroidVideoCapturer; variable
47 AndroidVideoCapturer* capturer) = 0;
59 class AndroidVideoCapturer : public cricket::VideoCapturer {
61 explicit AndroidVideoCapturer(
63 virtual ~AndroidVideoCapturer();
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc78 webrtc::AndroidVideoCapturer* capturer) { in Start()
125 void (webrtc::AndroidVideoCapturer::*method)(Args...), in AsyncCapturerInvoke()
148 &webrtc::AndroidVideoCapturer::OnCapturerStarted, in OnCapturerStarted()
171 &webrtc::AndroidVideoCapturer::OnIncomingFrame, in OnMemoryBufferFrame()
184 &webrtc::AndroidVideoCapturer::OnIncomingFrame, in OnTextureFrame()
192 &webrtc::AndroidVideoCapturer::OnOutputFormatRequest, in OnOutputFormatRequest()
241 new webrtc::AndroidVideoCapturer(delegate)); in JOW()
Dandroidvideocapturer_jni.h58 webrtc::AndroidVideoCapturer* capturer) override;
88 void (webrtc::AndroidVideoCapturer::*method)(Args...),
104 webrtc::AndroidVideoCapturer* capturer_ GUARDED_BY(capturer_lock_);
Dpeerconnection_jni.cc1923 new webrtc::AndroidVideoCapturer(delegate)); in JOW()