Home
last modified time | relevance | path

Searched refs:frame_factory_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc134 frame_factory_(NULL), in AndroidVideoCapturer()
176 frame_factory_ = new AndroidVideoCapturer::FrameFactory(delegate_.get()); in Start()
177 set_frame_factory(frame_factory_); in Start()
228 frame_factory_->UpdateCapturedFrame(buffer, rotation, time_stamp); in OnIncomingFrame()
229 SignalFrameCaptured(this, frame_factory_->GetCapturedFrame()); in OnIncomingFrame()
230 frame_factory_->ClearCapturedFrame(); in OnIncomingFrame()
Dandroidvideocapturer.h101 FrameFactory* frame_factory_; // Owned by cricket::VideoCapturer. variable
/external/webrtc/talk/media/base/
Dvideocapturer.cc250 if (frame_factory_) { in SetApplyRotation()
251 frame_factory_->SetApplyRotation(apply_rotation_); in SetApplyRotation()
324 frame_factory_.reset(frame_factory); in set_frame_factory()
514 if (!frame_factory_) { in OnFrameCaptured()
520 frame_factory_->CreateAliasedFrame(captured_frame, in OnFrameCaptured()
Dvideocapturer.h318 VideoFrameFactory* frame_factory() { return frame_factory_.get(); } in frame_factory()
349 rtc::scoped_ptr<VideoFrameFactory> frame_factory_; variable