Searched refs:movie (Results 26 - 36 of 36) sorted by relevance

12

/external/skia/legacy/src/animator/
H A DSkAnimateMaker.cpp234 SkDisplayMovie* movie = (SkDisplayMovie*) displayable;
235 SkAnimateMaker* movieMaker = movie->fMovie.fMaker;
328 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
329 movie->fMovie.fMaker->setEnableTime(appTime, expectedTime);
H A DSkDisplayPost.cpp261 SkDisplayMovie* movie = (SkDisplayMovie*) displayable; local
262 fTargetMaker = movie->fMovie.fMaker;
H A DSkAnimator.cpp183 const SkDisplayMovie* movie = (const SkDisplayMovie*) displayable; local
184 return movie->getAnimator();
432 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
433 movie->doEvent(evt);
/external/skia/src/animator/
H A DSkAnimateMaker.cpp234 SkDisplayMovie* movie = (SkDisplayMovie*) displayable;
235 SkAnimateMaker* movieMaker = movie->fMovie.fMaker;
328 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
329 movie->fMovie.fMaker->setEnableTime(appTime, expectedTime);
H A DSkDisplayPost.cpp253 SkDisplayMovie* movie = (SkDisplayMovie*) displayable; local
254 fTargetMaker = movie->fMovie.fMaker;
H A DSkAnimator.cpp183 const SkDisplayMovie* movie = (const SkDisplayMovie*) displayable; local
184 return movie->getAnimator();
432 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
433 movie->doEvent(evt);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java67 public String getManifest(Movie movie) throws IOException { argument
75 for (Track track : movie.getTracks()) {
77 videoFragmentsDurations = checkFragmentsAlign(videoFragmentsDurations, calculateFragmentDurations(track, movie));
87 audioFragmentsDurations = checkFragmentsAlign(audioFragmentsDurations, calculateFragmentDurations(track, movie));
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp259 // WebCore loaded the page with the movie URL with CFNetwork but QuickTime will
260 // use WinINet to download the movie, so we need to copy any cookies needed to
261 // download the movie into WinInet before asking QuickTime to open it.
617 // Cancel the load by destroying the movie.
635 // element, eg. QuickTime VR, a movie with a sprite track, etc. Tell the
1027 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieEnded(QTMovie* movie) argument
1034 ASSERT(m_parent->m_movie.get() == movie);
1038 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieLoadStateChanged(QTMovie* movie) argument
1043 ASSERT(m_parent->m_movie.get() == movie);
1047 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieTimeChanged(QTMovie* movie) argument
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm159 ASSERT([movieLayer movie]);
163 object:[movieLayer movie]];
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm193 -(void)setMovie:(id)movie;
517 // associate our movie with our instance of QTVideoRendererWebKitOnly
539 // disassociate our movie from our instance of QTVideoRendererWebKitOnly
573 // disassociate our movie from our instance of QTMovieLayer
635 // If using a movie layer, inform the client so the compositing tree is updated.
873 // initial movie scale because the spec says intrinsic size is:
938 // Captions will be rendered upside down unless we flag the movie as flipped (again). See <rdar://7408440>.
1063 // If using a movie layer, inform the client so the compositing tree is updated. This is crucial if the movie
1064 // has a poster, as it will most likely not have a layer and we will now be rendering frames to the movie laye
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js7465 params.movie = path;

Completed in 339 milliseconds

12