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

  /external/webkit/Source/WebCore/platform/graphics/win/
QTPixelBuffer.h 67 unsigned long pixelFormatType() const;
QTDecompressionSession.cpp 147 && inBuffer.pixelFormatType() == m_pixelFormat
QTPixelBuffer.cpp 151 unsigned long QTPixelBuffer::pixelFormatType() const
MediaPlayerPrivateQuickTimeVisualContext.cpp 760 m_decompressionSession = QTDecompressionSession::create(buffer.pixelFormatType(), buffer.width(), buffer.height());
903 uint64_t imageId = m_imageQueue->registerPixelBuffer(buffer.baseAddress(), buffer.dataSize(), buffer.bytesPerRow(), buffer.width(), buffer.height(), buffer.pixelFormatType(), attachments.get(), 0);
    [all...]

Completed in 41 milliseconds