Searched defs:VideoFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h247 class VideoFrame { class in namespace:cricket
251 VideoFrame() : rendered_(false) {} function in class:cricket::VideoFrame
253 virtual ~VideoFrame() {}
272 // TODO: Add a fourcc format here and probably combine VideoFrame
280 // in which case both the current and new VideoFrame will share a single
282 virtual VideoFrame *Copy() const = 0;
316 // Writes the frame into the target VideoFrame, stretched to the size of that
320 virtual void StretchToFrame(VideoFrame *target, bool interpolate,
323 // Stretches the frame to the given size, creating a new VideoFrame object to
327 virtual VideoFrame *Stretc
[all...]
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h425 * VideoFrame class
427 * The VideoFrame class allows storing and
432 class VideoFrame class in namespace:webrtc
435 VideoFrame();
436 ~VideoFrame();
458 WebRtc_Word32 SwapFrame(VideoFrame& videoFrame);
463 WebRtc_Word32 CopyFrame(const VideoFrame& videoFrame);
470 * Delete VideoFrame and resets members to zero
534 }; // end of VideoFrame class declaration
536 // inline implementation of VideoFrame clas
538 VideoFrame::VideoFrame(): function in class:webrtc::VideoFrame
[all...]

Completed in 71 milliseconds