Searched refs:theMovie (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp143 Movie theMovie, OSErr theErr, void* theRefCon);
1148 Movie theMovie,
1152 wxASSERT( theMovie );
1158 long lTime = ::GetMovieTime(theMovie,NULL);
1159 Fixed rate = ::GetMoviePreferredRate(theMovie);
1160 ::PrerollMovie(theMovie,lTime,rate);
1147 PPRMProc( Movie theMovie, OSErr WXUNUSED_UNLESS_DEBUG(theErr), void* theRefCon) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp230 (Movie * theMovie, short resRefNum, short * resId,
233 (theMovie, resRefNum, resId, resName, newMovieFlags,
415 static void PPRMProc (Movie theMovie, OSErr theErr, void* theRefCon);
763 void wxQTMediaBackend::PPRMProc (Movie theMovie, argument
767 wxASSERT( theMovie );
773 long lTime = pBE->m_lib.GetMovieTime(theMovie,NULL);
774 Fixed rate = pBE->m_lib.GetMoviePreferredRate(theMovie);
775 pBE->m_lib.PrerollMovie(theMovie, lTime, rate);
H A Dmediactrl.cpp1724 (Movie * theMovie, short resRefNum, short * resId,
1727 (theMovie, resRefNum, resId, resName, newMovieFlags,
1909 static void PPRMProc (Movie theMovie, OSErr theErr, void* theRefCon);
3623 void wxQTMediaBackend::PPRMProc (Movie theMovie, argument
3627 wxASSERT( theMovie );
3633 long lTime = pBE->m_lib.GetMovieTime(theMovie,NULL);
3634 Fixed rate = pBE->m_lib.GetMoviePreferredRate(theMovie);
3635 pBE->m_lib.PrerollMovie(theMovie, lTime, rate);

Completed in 191 milliseconds