Searched defs:SwapFrame (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame.cc92 void I420VideoFrame::SwapFrame(I420VideoFrame* videoFrame) { function in class:webrtc::I420VideoFrame
H A Dtexture_video_frame.cc65 void TextureVideoFrame::SwapFrame(I420VideoFrame* videoFrame) { function in class:webrtc::TextureVideoFrame
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h122 virtual void SwapFrame(I420VideoFrame* frame) {} function in class:webrtc::ViEExternalCapture
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.cc276 void VideoSendStream::SwapFrame(I420VideoFrame* frame) { function in class:webrtc::internal::VideoSendStream
281 external_capture_->SwapFrame(frame);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc330 void ViECapturer::SwapFrame(I420VideoFrame* frame) { function in class:webrtc::ViECapturer
354 captured_frame_->SwapFrame(&video_frame);
611 deliver_frame_->SwapFrame(captured_frame_.get());
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h431 int32_t SwapFrame(VideoFrame& videoFrame);
556 inline int32_t VideoFrame::SwapFrame(VideoFrame& videoFrame) { function in class:webrtc::VideoFrame
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h458 WebRtc_Word32 SwapFrame(VideoFrame& videoFrame);
598 VideoFrame::SwapFrame(VideoFrame& videoFrame) function in class:webrtc::VideoFrame

Completed in 91 milliseconds