HomeSort by relevance Sort by last modified time
    Searched full:authoring (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
ManifestWriter.java 16 package com.googlecode.mp4parser.authoring.adaptivestreaming;
19 import com.googlecode.mp4parser.authoring.Movie;
20 import com.googlecode.mp4parser.authoring.Track;
PackageWriter.java 16 package com.googlecode.mp4parser.authoring.adaptivestreaming;
18 import com.googlecode.mp4parser.authoring.Movie;
AbstractManifestWriter.java 1 package com.googlecode.mp4parser.authoring.adaptivestreaming;
6 import com.googlecode.mp4parser.authoring.Movie;
7 import com.googlecode.mp4parser.authoring.Track;
8 import com.googlecode.mp4parser.authoring.builder.FragmentIntersectionFinder;
AudioQuality.java 16 package com.googlecode.mp4parser.authoring.adaptivestreaming;
VideoQuality.java 16 package com.googlecode.mp4parser.authoring.adaptivestreaming;
FlatPackageWriterImpl.java 16 package com.googlecode.mp4parser.authoring.adaptivestreaming;
23 import com.googlecode.mp4parser.authoring.Movie;
24 import com.googlecode.mp4parser.authoring.Track;
25 import com.googlecode.mp4parser.authoring.builder.*;
26 import com.googlecode.mp4parser.authoring.tracks.ChangeTimeScaleTrack;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java 1 package com.googlecode.mp4parser.authoring.tracks;
4 import com.googlecode.mp4parser.authoring.Mp4TrackImpl;
5 import com.googlecode.mp4parser.authoring.Track;
6 import com.googlecode.mp4parser.authoring.TrackMetaData;
ReplaceSampleTrack.java 16 package com.googlecode.mp4parser.authoring.tracks;
19 import com.googlecode.mp4parser.authoring.AbstractTrack;
20 import com.googlecode.mp4parser.authoring.Track;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
DivideTimeScaleTrack.java 16 package com.googlecode.mp4parser.authoring.tracks;
19 import com.googlecode.mp4parser.authoring.Track;
20 import com.googlecode.mp4parser.authoring.TrackMetaData;
MultiplyTimeScaleTrack.java 16 package com.googlecode.mp4parser.authoring.tracks;
19 import com.googlecode.mp4parser.authoring.Movie;
20 import com.googlecode.mp4parser.authoring.Track;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
Amf0Track.java 17 package com.googlecode.mp4parser.authoring.tracks;
20 import com.googlecode.mp4parser.authoring.AbstractTrack;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
QuicktimeTextTrackImpl.java 16 package com.googlecode.mp4parser.authoring.tracks;
20 import com.googlecode.mp4parser.authoring.AbstractTrack;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
TextTrackImpl.java 16 package com.googlecode.mp4parser.authoring.tracks;
20 import com.googlecode.mp4parser.authoring.AbstractTrack;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
CroppedTrack.java 16 package com.googlecode.mp4parser.authoring.tracks;
19 import com.googlecode.mp4parser.authoring.AbstractTrack;
20 import com.googlecode.mp4parser.authoring.Track;
21 import com.googlecode.mp4parser.authoring.TrackMetaData;
ChangeTimeScaleTrack.java 16 package com.googlecode.mp4parser.authoring.tracks;
19 import com.googlecode.mp4parser.authoring.Track;
20 import com.googlecode.mp4parser.authoring.TrackMetaData;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentIntersectionFinder.java 16 package com.googlecode.mp4parser.authoring.builder;
18 import com.googlecode.mp4parser.authoring.Movie;
19 import com.googlecode.mp4parser.authoring.Track;
Mp4Builder.java 16 package com.googlecode.mp4parser.authoring.builder;
19 import com.googlecode.mp4parser.authoring.Movie;
TwoSecondIntersectionFinder.java 16 package com.googlecode.mp4parser.authoring.builder;
19 import com.googlecode.mp4parser.authoring.Movie;
20 import com.googlecode.mp4parser.authoring.Track;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
MovieCreator.java 16 package com.googlecode.mp4parser.authoring.container.mp4;
20 import com.googlecode.mp4parser.authoring.Movie;
21 import com.googlecode.mp4parser.authoring.Mp4TrackImpl;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
AbstractTrack.java 17 package com.googlecode.mp4parser.authoring;
DateHelper.java 16 package com.googlecode.mp4parser.authoring;
Track.java 16 package com.googlecode.mp4parser.authoring;
  /frameworks/base/docs/html/guide/topics/media/
jetplayer.jd 38 JetCreator authoring application that ships with the SDK. To play and manage JET content from your
45 concepts and instructions on how to use the JetCreator authoring tool, see the <a
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 18 import com.googlecode.mp4parser.authoring.tracks.TextTrackImpl;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 33 import com.googlecode.mp4parser.authoring.Movie;
34 import com.googlecode.mp4parser.authoring.Track;
35 import com.googlecode.mp4parser.authoring.builder.DefaultMp4Builder;
36 import com.googlecode.mp4parser.authoring.container.mp4.MovieCreator;
37 import com.googlecode.mp4parser.authoring.tracks.CroppedTrack;

Completed in 3432 milliseconds

1 2 3