OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcCapturedFrame
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h
106
struct
WebRtcCapturedFrame
: public CapturedFrame {
108
WebRtcCapturedFrame
(const webrtc::VideoFrame& frame,
webrtcvideocapturer.cc
422
// TODO(magjed): Refactor the
WebRtcCapturedFrame
to avoid memory copy or
425
WebRtcCapturedFrame
webrtc_frame(frame, &capture_buffer_[0], length);
429
//
WebRtcCapturedFrame
430
WebRtcCapturedFrame
::
WebRtcCapturedFrame
(const webrtc::VideoFrame& sample,
Completed in 464 milliseconds