Home
last modified time | relevance | path

Searched refs:VideoLayerChromium (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp48 PassRefPtr<VideoLayerChromium> VideoLayerChromium::create(GraphicsLayerChromium* owner, in create()
51 return adoptRef(new VideoLayerChromium(owner, provider)); in create()
54 VideoLayerChromium::VideoLayerChromium(GraphicsLayerChromium* owner, VideoFrameProvider* provider) in VideoLayerChromium() function in WebCore::VideoLayerChromium
64 VideoLayerChromium::~VideoLayerChromium() in ~VideoLayerChromium()
70 PassRefPtr<CCLayerImpl> VideoLayerChromium::createCCLayerImpl() in createCCLayerImpl()
75 void VideoLayerChromium::deleteTexturesInUse() in deleteTexturesInUse()
88 void VideoLayerChromium::cleanupResources() in cleanupResources()
97 void VideoLayerChromium::updateCompositorResources() in updateCompositorResources()
160 void VideoLayerChromium::pushPropertiesTo(CCLayerImpl* layer) in pushPropertiesTo()
172 unsigned VideoLayerChromium::determineTextureFormat(const VideoFrameChromium* frame) in determineTextureFormat()
[all …]
DVideoLayerChromium.h43 class VideoLayerChromium : public LayerChromium {
53 static PassRefPtr<VideoLayerChromium> create(GraphicsLayerChromium* owner = 0,
55 virtual ~VideoLayerChromium();
73 VideoLayerChromium(GraphicsLayerChromium* owner, VideoFrameProvider*);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCVideoLayerImpl.cpp72 void CCVideoLayerImpl::setTexture(size_t i, VideoLayerChromium::Texture texture) in setTexture()
107 VideoLayerChromium::Texture yTexture = m_textures[VideoFrameChromium::yPlane]; in drawYUV()
108 VideoLayerChromium::Texture uTexture = m_textures[VideoFrameChromium::uPlane]; in drawYUV()
109 VideoLayerChromium::Texture vTexture = m_textures[VideoFrameChromium::vPlane]; in drawYUV()
145 VideoLayerChromium::Texture texture = m_textures[VideoFrameChromium::rgbPlane]; in drawRGBA()
DCCVideoLayerImpl.h56 void setTexture(size_t, VideoLayerChromium::Texture);
69 VideoLayerChromium::Texture m_textures[3];
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.h151 RefPtr<WebCore::VideoLayerChromium> m_videoLayer;
DWebMediaPlayerClientImpl.cpp123 m_videoLayer = VideoLayerChromium::create(0, this); in readyStateChanged()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-065076 * platform/graphics/chromium/VideoLayerChromium.cpp:
5077 (WebCore::VideoLayerChromium::updateContents):
5078 * platform/graphics/chromium/VideoLayerChromium.h:
6023 * platform/graphics/chromium/VideoLayerChromium.cpp:
6024 (WebCore::VideoLayerChromium::updateContentsIfDirty):
6025 * platform/graphics/chromium/VideoLayerChromium.h:
12389 * platform/graphics/chromium/VideoLayerChromium.cpp:
12390 (WebCore::VideoLayerChromium::cleanupResources):
18926 * platform/graphics/chromium/VideoLayerChromium.cpp:
18927 (WebCore::VideoLayerChromium::updateTexture):
[all …]
DChangeLog31830 * platform/graphics/chromium/VideoLayerChromium.cpp:
31831 (WebCore::VideoLayerChromium::updateCompositorResources):
37069 * platform/graphics/chromium/VideoLayerChromium.cpp:
37070 (WebCore::VideoLayerChromium::createCCLayerImpl):
37071 (WebCore::VideoLayerChromium::updateCompositorResources):
37072 (WebCore::VideoLayerChromium::pushPropertiesTo):
37073 * platform/graphics/chromium/VideoLayerChromium.h:
39861 [chromium] Properly reset VideoLayerChromium textures after lost renderer context
39864 The VideoLayerChromium textures were still mapped to the old
39866 i.e. when GPU process is killed. This patch allows VideoLayerChromium
[all …]
DChangeLog-2011-02-168580 * platform/graphics/chromium/VideoLayerChromium.cpp:
8581 (WebCore::VideoLayerChromium::SharedValues::SharedValues):
8582 (WebCore::VideoLayerChromium::drawYUV):
8583 * platform/graphics/chromium/VideoLayerChromium.h:
8584 (WebCore::VideoLayerChromium::SharedValues::signAdjLocation):
23809 * platform/graphics/chromium/VideoLayerChromium.cpp:
23810 (WebCore::VideoLayerChromium::determineTextureFormat):
23811 (WebCore::VideoLayerChromium::draw):
38390 * platform/graphics/chromium/VideoLayerChromium.cpp:
38391 (WebCore::VideoLayerChromium::allocateTexture): Ditto.
[all …]
DWebCore.gypi4067 'platform/graphics/chromium/VideoLayerChromium.cpp',
4068 'platform/graphics/chromium/VideoLayerChromium.h',
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-167068 Also explicitly instruct VideoLayerChromium to release video frame when the owner
7321 Creates the VideoLayerChromium layer only if the media player contains
12302 Added a repaint request so that VideoLayerChromium does not have