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

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DMp4Builder.java30 * @param movie data source
33 public IsoFile build(Movie movie); argument
H A DSyncSampleIntersectFinderImpl.java30 * This <code>FragmentIntersectionFinder</code> cuts the input movie video tracks in
61 * @param movie the context of the track
64 public long[] sampleNumbers(Track track, Movie movie) { argument
65 final CacheTuple key = new CacheTuple(track, movie);
73 List<long[]> times = getSyncSamplesTimestamps(movie, track);
74 final long[] commonIndices = getCommonIndices(track.getSyncSamples(), getTimes(track, movie), track.getTrackMetaData().getTimescale(), times.toArray(new long[times.size()][]));
82 for (Track candidate : movie.getTracks()) {
90 long[] refSyncSamples = sampleNumbers(referenceTrack, movie);
96 for (Track testTrack : movie.getTracks()) {
131 for (Track candidate : movie
162 getSyncSamplesTimestamps(Movie movie, Track track) argument
307 Movie movie; field in class:SyncSampleIntersectFinderImpl.CacheTuple
309 CacheTuple(Track track, Movie movie) argument
[all...]
H A DFragmentIntersectionFinder.java30 * @param movie the context of the track
33 public long[] sampleNumbers(Track track, Movie movie); argument
H A DFragmentedMp4Builder.java53 public Box createFtyp(Movie movie) { argument
113 protected List<Box> createMoofMdat(final Movie movie) { argument
117 for (Track track : movie.getTracks()) {
118 long[] intersects = intersectionFinder.sampleNumbers(track, movie);
129 final List<Track> sortedTracks = sortTracksInSequence(movie.getTracks(), cycle, intersectionMap);
156 public IsoFile build(Movie movie) { argument
157 LOG.fine("Creating movie " + movie);
161 isoFile.addBox(createFtyp(movie));
162 isoFile.addBox(createMoov(movie));
428 createMvhd(Movie movie) argument
467 createMoov(Movie movie) argument
568 createMfra(Movie movie, IsoFile isoFile) argument
580 createTrex(Movie movie, Track track) argument
605 createMvex(Movie movie) argument
622 createTkhd(Movie movie, Track track) argument
658 getTrackDuration(Movie movie, Track track) argument
662 createMdhd(Movie movie, Track track) argument
671 createStbl(Movie movie, Track track) argument
681 createMinf(Track track, Movie movie) argument
689 createMdiaHdlr(Track track, Movie movie) argument
695 createMdia(Track track, Movie movie) argument
707 createTrak(Track track, Movie movie) argument
715 createDinf(Movie movie, Track track) argument
[all...]
H A DDefaultMp4Builder.java86 public IsoFile build(Movie movie) { argument
87 LOG.fine("Creating movie " + movie);
88 for (Track track : movie.getTracks()) {
107 isoFile.addBox(createMovieBox(movie));
108 InterleaveChunkMdat mdat = new InterleaveChunkMdat(movie);
139 private MovieBox createMovieBox(Movie movie) { argument
146 long movieTimeScale = getTimescale(movie);
149 for (Track track : movie.getTracks()) {
162 for (Track track : movie
190 createUdta(Movie movie) argument
194 createTrackBox(Track track, Movie movie) argument
393 InterleaveChunkMdat(Movie movie) argument
499 getChunkSizes(Track track, Movie movie) argument
540 getTimescale(Movie movie) argument
[all...]
H A DTwoSecondIntersectionFinder.java26 * This <code>FragmentIntersectionFinder</code> cuts the input movie in 2 second
42 public long[] sampleNumbers(Track track, Movie movie) { argument
46 for (Track thisTrack : movie.getTracks()) {
/external/skia/legacy/src/images/
H A DSkImageDecoder_Factory.cpp55 SkMovie* movie = curr->factory()(stream); local
56 if (movie) {
57 return movie;
60 // movie, who may have already started reading from it
H A DSkMovie.cpp94 SkMovie* movie = NULL; local
98 movie = SkMovie::DecodeStream(&stream);
106 return movie;
/external/skia/src/images/
H A DSkImageDecoder_Factory.cpp55 SkMovie* movie = curr->factory()(stream); local
56 if (movie) {
57 return movie;
60 // movie, who may have already started reading from it
H A DSkMovie.cpp96 SkMovie* movie = NULL; local
100 movie = SkMovie::DecodeStream(&stream);
108 return movie;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieVisualContext.cpp52 QTMovie* movie() const;
143 void QTMovieVisualContextPriv::setMovie(PassRefPtr<QTMovie> movie) argument
145 if (movie == m_movie)
153 if (movie)
154 OSStatus status = SetMovieVisualContext(movie->getMovieHandle(), m_visualContext);
156 m_movie = movie;
159 QTMovie* QTMovieVisualContextPriv::movie() const function in class:QTMovieVisualContextPriv
210 void QTMovieVisualContext::setMovie(PassRefPtr<QTMovie> movie) argument
212 m_private->setMovie(movie);
215 QTMovie* QTMovieVisualContext::movie() cons function in class:QTMovieVisualContext
[all...]
H A DQTMovieVisualContext.h67 QTMovie* movie() const;
H A DQTMovieGWorld.cpp143 pascal OSErr movieDrawingCompleteProc(Movie movie, long data) argument
241 // Do not change movie box before reaching load state loaded as we grab
243 // we need the initial size to be able to scale movie properly.
286 void QTMovieGWorldPrivate::movieLoadStateChanged(QTMovie* movie) argument
288 long loadState = GetMovieLoadState(movie->getMovieHandle());
291 // we only need to erase the movie gworld when the load state changes to loaded while it
359 // FIXME: If we could determine the movie has no alpha, we could use BitBlt for those cases, which might be faster.
381 QTMovieGWorld* movie = static_cast<QTMovieGWorld*>(GetPropW(wnd, fullscreenQTMovieGWorldPointerProp)); local
386 if (!movie)
389 return movie
444 setMovie(PassRefPtr<QTMovie> movie) argument
462 QTMovie* QTMovieGWorld::movie() const function in class:QTMovieGWorld
[all...]
H A DQTMovieGWorld.h75 QTMovie* movie() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp173 // WebCore loaded the page with the movie URL with CFNetwork but QuickTime will
174 // use WinINet to download the movie, so we need to copy any cookies needed to
175 // download the movie into WinInet before asking QuickTime to open it.
471 // Cancel the load by destroying the movie.
489 // element, eg. QuickTime VR, a movie with a sprite track, etc. Tell the
718 void MediaPlayerPrivate::movieEnded(QTMovie* movie) argument
723 ASSERT(m_qtMovie.get() == movie);
727 void MediaPlayerPrivate::movieLoadStateChanged(QTMovie* movie) argument
732 ASSERT(m_qtMovie.get() == movie);
736 void MediaPlayerPrivate::movieTimeChanged(QTMovie* movie) argument
746 movieNewImageAvailable(QTMovieGWorld* movie) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DManifestWriter.java29 long[] calculateFragmentDurations(Track track, Movie movie); argument
H A DAbstractManifestWriter.java36 * Calculates the length of each fragment in the given <code>track</code> (as part of <code>movie</code>).
39 * @param movie the <code>track</code> must be part of this <code>movie</code>
42 public long[] calculateFragmentDurations(Track track, Movie movie) { argument
43 long[] startSamples = intersectionFinder.sampleNumbers(track, movie);
H A DFlatPackageWriterImpl.java85 * Writes the movie given as <code>qualities</code> flattened into the
88 * @param source the source movie with all qualities
185 * @param movie
186 * @return a movie with timescales suitable for smooth streaming manifests
188 public Movie correctTimescale(Movie movie) { argument
190 for (Track track : movie.getTracks()) {
191 nuMovie.addTrack(new ChangeTimeScaleTrack(track, timeScale, ismvBuilder.getFragmentIntersectionFinder().sampleNumbers(track, movie)));
/external/skia/legacy/src/ports/
H A DSkImageDecoder_empty.cpp73 SkMovie* movie = gMovieProcs[i](stream); local
74 if (NULL != movie) {
75 return movie;
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.h69 - (void)setMovie:(QTMovie *)movie;
H A Dmain.m72 QTMovie *movie;
176 [obj->movie stop];
238 if (!obj->movie)
241 if ([obj->movie rate] == 0)
242 [obj->movie play];
244 [obj->movie stop];
282 // Hide the controller layer if the movie is playing.
283 if ([obj->movie rate])
304 [obj->movie stepForward];
306 [obj->movie stepBackwar
[all...]
H A DMovieControllerLayer.m251 - (void)setMovie:(QTMovie *)movie
253 if (_movie == movie)
266 _movie = [movie retain];
/external/skia/legacy/src/animator/
H A DSkDisplayEvents.cpp46 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
48 movie->doEvent(kind, state);
/external/skia/src/animator/
H A DSkDisplayEvents.cpp46 SkDisplayMovie* movie = (SkDisplayMovie*) *ptr; local
48 movie->doEvent(kind, state);
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h222 int WKQTMovieGetType(QTMovie* movie);
224 BOOL WKQTMovieHasClosedCaptions(QTMovie* movie);
225 void WKQTMovieSetShowClosedCaptions(QTMovie* movie, BOOL showClosedCaptions);
226 void WKQTMovieSelectPreferredAlternates(QTMovie* movie);
227 void WKQTMovieSelectPreferredAlternateTrackForMediaType(QTMovie* movie, NSString* mediaType);
230 int WKQTMovieDataRate(QTMovie* movie);
231 float WKQTMovieMaxTimeLoaded(QTMovie* movie);
232 float WKQTMovieMaxTimeSeekable(QTMovie* movie);

Completed in 1187 milliseconds

12