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

  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.h 41 class VideoFrameChromiumImpl : public WebCore::VideoFrameChromium {
46 // Creates a VideoFrameChromiumImpl object to wrap the given WebVideoFrame.
47 // The VideoFrameChromiumImpl does not take ownership of the WebVideoFrame
49 VideoFrameChromiumImpl(WebVideoFrame*);
VideoFrameChromiumImpl.cpp 32 #include "VideoFrameChromiumImpl.h"
41 WebVideoFrame* VideoFrameChromiumImpl::toWebVideoFrame(VideoFrameChromium* videoFrame)
43 VideoFrameChromiumImpl* wrappedFrame = static_cast<VideoFrameChromiumImpl*>(videoFrame);
49 VideoFrameChromiumImpl::VideoFrameChromiumImpl(WebVideoFrame* webVideoFrame)
54 VideoFrameChromium::SurfaceType VideoFrameChromiumImpl::surfaceType() const
61 VideoFrameChromium::Format VideoFrameChromiumImpl::format() const
68 unsigned VideoFrameChromiumImpl::width() const
75 unsigned VideoFrameChromiumImpl::width(unsigned plane) cons
    [all...]

Completed in 890 milliseconds