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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.h 55 void setFrameFormat(VideoFrameChromium::Format format) { m_frameFormat = format; }
68 VideoFrameChromium::Format m_frameFormat;
CCVideoLayerImpl.cpp 89 switch (m_frameFormat) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.h 88 VideoFrameChromium::Format m_frameFormat;
VideoLayerChromium.cpp 57 , m_frameFormat(VideoFrameChromium::Invalid)
116 m_frameFormat = frame->format();
166 videoLayer->setFrameFormat(m_frameFormat);

Completed in 125 milliseconds