Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCVideoLayerImpl.h55 void setFrameFormat(VideoFrameChromium::Format format) { m_frameFormat = format; } in setFrameFormat()
68 VideoFrameChromium::Format m_frameFormat; variable
DCCVideoLayerImpl.cpp89 switch (m_frameFormat) { in draw()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp57 , m_frameFormat(VideoFrameChromium::Invalid) in VideoLayerChromium()
116 m_frameFormat = frame->format(); in updateCompositorResources()
166 videoLayer->setFrameFormat(m_frameFormat); in pushPropertiesTo()
DVideoLayerChromium.h88 VideoFrameChromium::Format m_frameFormat; variable