HomeSort by relevance Sort by last modified time
    Searched defs:VideoFrame (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/private/media/
VideoFrame.h 88 class VideoFrame
91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
94 VideoFrame(const VideoFrame& copy) {
112 ~VideoFrame() {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 247 class VideoFrame {
251 VideoFrame() : rendered_(false) {}
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 *Stretch(size_t w, size_t h, bool interpolate
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 425 * VideoFrame class
427 * The VideoFrame class allows storing and
432 class VideoFrame
435 VideoFrame();
436 ~VideoFrame();
458 WebRtc_Word32 SwapFrame(VideoFrame& videoFrame);
463 WebRtc_Word32 CopyFrame(const VideoFrame& videoFrame);
470 * Delete VideoFrame and resets members to zer
    [all...]

Completed in 41 milliseconds