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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.h 183 OwnPtr<QTDecompressionSession> m_decompressionSession;
MediaPlayerPrivateQuickTimeVisualContext.cpp 759 if (!m_decompressionSession || !m_decompressionSession->canDecompress(buffer))
760 m_decompressionSession = QTDecompressionSession::create(buffer.pixelFormatType(), buffer.width(), buffer.height());
761 buffer = m_decompressionSession->decompress(buffer);
    [all...]

Completed in 983 milliseconds