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

  /external/webkit/Source/WebKit/chromium/src/
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...]
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*);
WebMediaPlayerClientImpl.cpp 26 #include "VideoFrameChromiumImpl.h"
534 videoFrame = new VideoFrameChromiumImpl(webkitVideoFrame);
544 VideoFrameChromiumImpl::toWebVideoFrame(videoFrame));

Completed in 36 milliseconds