• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/

Lines Matching defs:movie

425     wxSize m_bestSize;              // Original movie size
428 bool m_bPlaying; // Whether or not movie is playing
487 // or a MoviesTask or both and then check the movie load state
494 wxQTLoadTimer(Movie movie, wxQTMediaBackend* parent, wxQuickTimeLibrary* pLib) :
495 m_movie(movie), m_parent(parent), m_pLib(pLib) {}
509 Movie m_movie; //Our movie instance
518 // 1) Checks to see if the movie is done, and if not continues
519 // streaming the movie
521 // the movie.
526 wxQTPlayTimer(Movie movie, wxQTMediaBackend* parent,
528 m_movie(movie), m_parent(parent), m_pLib(pLib) {}
534 // we only called MoviesTask if the movie was actually
539 // portion of the movie.
547 // Handle the stop event - if the movie has reached
568 Movie m_movie; // Our movie instance
613 // 1) Cleans up the QuickTime movie instance
691 // to repaint movie when idle
702 // 2) Open the movie
703 // 3) Obtain the movie instance from the movie resource
704 // 4) Close the movie resource
759 // Called when done PrePrerolling the movie.
761 // Anyway we set up the loading timer here to tell us when the movie is done
803 // create the movie from the handle that refers to the URI
844 // 1) Create the movie timer
845 // 2) Get real size of movie for GetBestSize/sizers
846 // 3) Set the movie time scale to something usable so that seeking
848 // 4) Set our Movie Controller to display the movie if it exists,
860 // get the real size of the movie
869 // Handle the movie GWorld
887 // Set the movie to millisecond precision
897 // 1) Start the QT movie
898 // 2) Start the movie loading timer
901 // the movie is still loading, and as mentioned in wxQTLoadTimer
903 // still loading the function will return true but the movie will
917 // 1) Stop the movie
918 // 2) Stop the movie timer
931 // 1) Stop the movie
932 // 2) Stop the movie timer
933 // 3) Seek to the beginning of the movie
949 // Get the movie playback rate from ::GetMovieRate
959 // Convert dRate to Fixed and Set the movie rate through SetMovieRate
999 // 1) Calls GetMovieTime to get the position we are in in the movie
1083 // Diposes of the movie timer, Disassociates the Movie Controller with
1084 // movie and hides it if it exists, and stops and disposes
1085 // of the QT movie
1114 // Creates a movie controller for the Movie if the user wants it
1125 // movie controller height
1152 m_bestSize.y += 16; // movie controller height
1154 // By default the movie controller uses its own colour palette
1155 // for the movie which can be bad on some files, so turn it off.
1156 // Also turn off its frame / border for the movie
1189 // Callback for when the movie controller recieves a message
1209 // play button triggered - MC will set movie to opposite state
1231 // Returns the actual size of the QT movie
1269 // Suggestion from Greg Hazel to repaint the movie when idle
1282 // repaint movie controller
1288 // no movie controller
1298 // no movie