Home
last modified time | relevance | path

Searched refs:uPlane (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoFrameChromium.cpp42 const unsigned VideoFrameChromium::uPlane = 1; member in WebCore::VideoFrameChromium
DVideoFrameChromium.h46 static const unsigned uPlane; variable
DVideoLayerChromium.cpp232 if (frame->hasPaddingBytes(VideoFrameChromium::uPlane)) { in computeVisibleSize()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCVideoLayerImpl.cpp108 VideoLayerChromium::Texture uTexture = m_textures[VideoFrameChromium::uPlane]; in drawYUV()