Home
last modified time | relevance | path

Searched refs:QTMovieVisualContext (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieVisualContext.cpp42 …QTMovieVisualContextPriv(QTMovieVisualContext* parent, QTMovieVisualContextClient* client, QTPixel…
57 QTMovieVisualContext* m_parent;
85 QTMovieVisualContextPriv::QTMovieVisualContextPriv(QTMovieVisualContext* parent, QTMovieVisualConte… in QTMovieVisualContextPriv()
176 PassRefPtr<QTMovieVisualContext> QTMovieVisualContext::create(QTMovieVisualContextClient* client, Q… in create()
178 return adoptRef(new QTMovieVisualContext(client, contextType)); in create()
181 QTMovieVisualContext::QTMovieVisualContext(QTMovieVisualContextClient* client, QTPixelBuffer::Type … in QTMovieVisualContext() function in QTMovieVisualContext
186 QTMovieVisualContext::~QTMovieVisualContext() in ~QTMovieVisualContext()
190 bool QTMovieVisualContext::isImageAvailableForTime(const QTCVTimeStamp* timeStamp) const in isImageAvailableForTime()
195 QTPixelBuffer QTMovieVisualContext::imageForTime(const QTCVTimeStamp* timeStamp) in imageForTime()
200 void QTMovieVisualContext::task() in task()
[all …]
DQTMovieVisualContext.h55 class QTMOVIEWIN_API QTMovieVisualContext : public RefCounted<QTMovieVisualContext> {
57 … static PassRefPtr<QTMovieVisualContext> create(QTMovieVisualContextClient*, QTPixelBuffer::Type);
58 ~QTMovieVisualContext();
72 QTMovieVisualContext(QTMovieVisualContextClient*, QTPixelBuffer::Type);
DMediaPlayerPrivateQuickTimeVisualContext.h44 class QTMovieVisualContext; variable
186 RefPtr<QTMovieVisualContext> m_visualContext;
DMediaPlayerPrivateQuickTimeVisualContext.cpp899 CFTimeInterval imageTime = QTMovieVisualContext::currentHostTime(); in retrieveCurrentImage()
1131 m_visualContext = QTMovieVisualContext::create(m_visualContextClient.get(), contextType); in setUpVideoRendering()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.h56 class QTMovieVisualContext; variable
82 QTMovieVisualContext* qtMovieVisualContext;
/external/webkit/Source/WebCore/
DWebCore.gypi4442 'platform/graphics/win/QTMovieVisualContext.cpp',
4443 'platform/graphics/win/QTMovieVisualContext.h',
DChangeLog-2010-05-242177 * platform/graphics/win/QTMovieVisualContext.h: Added a now-needed
10427 * platform/graphics/win/QTMovieVisualContext.cpp: Remove the #include of d3d9types.h.
10612 which uses QTMovieVisualContext instead of QTMovieWin to render video frames. Much
10614 QTMovieVisualContext, and uses the newly shared MediaPlayerPrivateTaskTimer. It also
10672 QTMovieVisualContext is the new drawing implementation, parallel to
10680 * platform/graphics/win/QTMovieVisualContext.cpp: Added.
10681 * platform/graphics/win/QTMovieVisualContext.h: Added.
DChangeLog-2010-12-0628581 (SetNumberValue): Moved from QTMovieVisualContext.
28583 QTMovieVisualContext::createPixelBufferOptionsDictionary().
28585 from QTMovieVisualContext.h.
132817 (WebCore::MediaPlayerPrivateQuickTimeVisualContext::load): Pass enum to QTMovieVisualContext
132819 * platform/graphics/win/QTMovieVisualContext.cpp:
132827 (QTMovieVisualContext::QTMovieVisualContext): Take enum instead of CFDictionary for
132829 * platform/graphics/win/QTMovieVisualContext.h:
133310 * platform/graphics/win/QTMovieVisualContext.cpp:
133313 (QTMovieVisualContext::create): Added.
133314 * platform/graphics/win/QTMovieVisualContext.h:
[all …]
DChangeLog6588 * platform/graphics/win/QTMovieVisualContext.cpp:
6589 (QTMovieVisualContext::QTMovieVisualContext): Added missing header.
6609 * platform/graphics/win/QTMovieVisualContext.cpp:
6610 (QTMovieVisualContext::QTMovieVisualContext):