HomeSort by relevance Sort by last modified time
    Searched refs:Track (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/common/media_galleries/
itunes_library.cc 10 Track::Track()
14 Track::Track(uint64 id, const base::FilePath& location)
19 bool Track::operator<(const Track& other) const {
itunes_library.h 19 struct Track {
20 Track();
21 Track(uint64 id, const base::FilePath& location);
22 bool operator<(const Track& other) const;
28 typedef std::set<Track> Album;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
ManifestWriter.java 20 import com.googlecode.mp4parser.authoring.Track;
27 long getBitrate(Track track);
29 long[] calculateFragmentDurations(Track track, Movie movie);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Movie.java 25 List<Track> tracks = new LinkedList<Track>();
27 public List<Track> getTracks() {
31 public void setTracks(List<Track> tracks) {
35 public void addTrack(Track nuTrack) {
39 // We already have a track with that trackId. Create a new one
49 for (Track track : tracks) {
50 s += "track_" + track.getTrackMetaData().getTrackId() + " (" + track.getHandler() + ") "
    [all...]
AbstractTrack.java 22 public abstract class AbstractTrack implements Track {
Track.java 24 * Represents a Track. A track is a timed sequence of related samples.
27 * For media data, a track corresponds to a sequence of images or sampled audio; for hint tracks, a track
30 public interface Track {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentIntersectionFinder.java 19 import com.googlecode.mp4parser.authoring.Track;
29 * @param track concerned track
30 * @param movie the context of the track
33 public long[] sampleNumbers(Track track, Movie movie);
TwoSecondIntersectionFinder.java 20 import com.googlecode.mp4parser.authoring.Track;
31 protected long getDuration(Track track) {
33 for (TimeToSampleBox.Entry entry : track.getDecodingTimeEntries()) {
42 public long[] sampleNumbers(Track track, Movie movie) {
43 List<TimeToSampleBox.Entry> entries = track.getDecodingTimeEntries();
46 for (Track thisTrack : movie.getTracks()) {
66 int currentFragment = (int) (time / track.getTrackMetaData().getTimescale() / 2) + 1;
SyncSampleIntersectFinderImpl.java 21 import com.googlecode.mp4parser.authoring.Track;
60 * @param track concerned track
61 * @param movie the context of the track
64 public long[] sampleNumbers(Track track, Movie movie) {
65 final CacheTuple key = new CacheTuple(track, movie);
71 if ("vide".equals(track.getHandler())) {
72 if (track.getSyncSamples() != null && track.getSyncSamples().length > 0)
306 Track track; field in class:SyncSampleIntersectFinderImpl.CacheTuple
    [all...]
FragmentedMp4Builder.java 25 import com.googlecode.mp4parser.authoring.Track;
85 protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, long[]> intersectionMap) {
86 tracks = new LinkedList<Track>(tracks);
87 Collections.sort(tracks, new Comparator<Track>() {
88 public int compare(Track o1, Track o2) {
115 HashMap<Track, long[]> intersectionMap = new HashMap<Track, long[]>()
    [all...]
DefaultMp4Builder.java 45 import com.googlecode.mp4parser.authoring.Track;
75 HashMap<Track, List<ByteBuffer>> track2Sample = new HashMap<Track, List<ByteBuffer>>();
76 HashMap<Track, long[]> track2SampleSizes = new HashMap<Track, long[]>();
88 for (Track track : movie.getTracks()) {
90 List<ByteBuffer> samples = track.getSamples();
91 putSamples(track, samples);
96 putSampleSizes(track, sizes)
    [all...]
  /external/chromium_org/chrome/browser/policy/
schema_registry_service.cc 24 global_registry->Track(registry_.get());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java 5 import com.googlecode.mp4parser.authoring.Track;
16 public class SilenceTrackImpl implements Track {
17 Track source;
22 public SilenceTrackImpl(Track ofType, long ms) {
ReplaceSampleTrack.java 20 import com.googlecode.mp4parser.authoring.Track;
29 * Generates a Track where a single sample has been replaced by a given <code>ByteBuffer</code>.
33 Track origTrack;
38 public ReplaceSampleTrack(Track origTrack, long sampleNumber, ByteBuffer content) {
DivideTimeScaleTrack.java 19 import com.googlecode.mp4parser.authoring.Track;
28 * Changes the timescale of a track by wrapping the track.
30 public class DivideTimeScaleTrack implements Track {
31 Track source;
34 public DivideTimeScaleTrack(Track source, int timeScaleDivisor) {
MultiplyTimeScaleTrack.java 20 import com.googlecode.mp4parser.authoring.Track;
34 * Changes the timescale of a track by wrapping the track.
36 public class MultiplyTimeScaleTrack implements Track {
37 Track source;
40 public MultiplyTimeScaleTrack(Track source, int timeScaleFactor) {
  /frameworks/wilhelm/src/desktop/
OutputMixExt.h 35 /** \brief Track describes each PCM input source to OutputMix */
39 CAudioPlayer *mAudioPlayer; ///< Mixer examines this track if non-NULL
43 SLuint32 mFramesMixed; ///< Number of sample frames mixed from track; reset periodically
44 } Track;
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 30 struct Track;
48 struct Track;
57 KeyedVector<unsigned, sp<Track> > mTracks;
MPEG4Extractor.h 75 struct Track {
76 Track *next;
96 Track *mFirstTrack, *mLastTrack;
114 static status_t verifyTrack(Track *track);
133 Track *findTrackByMimePrefix(const char *mimePrefix);
  /external/chromium_org/media/formats/webm/
webm_cluster_parser.h 39 // Helper class that manages per-track state.
40 class Track {
42 Track(int track_num,
46 ~Track();
107 // Parsed track buffers, each with duration and in (decode) timestamp order,
117 // upper bound timestamp. Track users can therefore extract only those
126 // the maximum duration seen or derived so far for this track, and is valid
133 typedef std::map<int, Track> TextTrackMap;
206 // Resets the Track objects associated with each text track
    [all...]
tracks_builder.h 53 class Track {
55 Track(int track_num, int track_type, int track_uid,
82 typedef std::list<Track> TrackList;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 74 class Track;
114 long long m_track; //Track::Number()
202 // Elements used to describe if the track data has been encrypted or
289 class Track
291 Track(const Track&);
292 Track& operator=(const Track&);
300 virtual ~Track();
355 Track(
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 52 struct WifiDisplaySource::PlaybackSession::Track : public AHandler {
57 Track(const sp<AMessage> &notify,
63 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
101 virtual ~Track();
124 DISALLOW_EVIL_CONSTRUCTORS(Track);
127 WifiDisplaySource::PlaybackSession::Track::Track(
143 WifiDisplaySource::PlaybackSession::Track::Track(
152 WifiDisplaySource::PlaybackSession::Track::~Track()
498 const sp<Track> &track = mTracks.valueFor(trackIndex); local
586 sp<Track> track = mTracks.valueFor(trackIndex); local
792 sp<Track> track = new Track(notify, format); local
986 sp<Track> track = new Track( local
1087 const sp<Track> &track = mTracks.valueAt(i); local
    [all...]
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 22 // playback track
23 class Track : public TrackBase, public VolumeProvider {
25 Track( PlaybackThread *thread,
38 virtual ~Track();
82 Track(const Track&);
83 Track& operator = (const Track&);
125 // see comment at AudioFlinger::PlaybackThread::Track::~Track for why this can't be cons
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 65 class Track;
105 long long m_track; // Track::Number()
183 // Elements used to describe if the track data has been encrypted or
296 class Track {
297 Track(const Track&);
298 Track& operator=(const Track&);
303 long long element_size, Track*&);
310 virtual ~Track();
    [all...]

Completed in 285 milliseconds

1 2 3 4 5