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

  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieVisualContext.h 42 typedef struct OpaqueQTVisualContext* QTVisualContextRef;
64 QTVisualContextRef visualContextRef();
QTMovieVisualContext.cpp 49 QTVisualContextRef visualContextRef();
54 static void imageAvailableCallback(QTVisualContextRef visualContext, const CVTimeStamp *timeStamp, void *refCon);
59 QTVisualContextRef m_visualContext;
90 typedef OSStatus ( __cdecl *pfnQTPixelBufferContextCreate)(CFAllocatorRef, CFDictionaryRef, QTVisualContextRef*);
138 QTVisualContextRef QTMovieVisualContextPriv::visualContextRef()
164 void QTMovieVisualContextPriv::imageAvailableCallback(QTVisualContextRef visualContext, const CVTimeStamp *timeStamp, void *refCon)
205 QTVisualContextRef QTMovieVisualContext::visualContextRef()

Completed in 529 milliseconds