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

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

Completed in 66 milliseconds