HomeSort by relevance Sort by last modified time
    Searched refs:Tracks (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 277 class Tracks
279 Tracks(const Tracks&);
280 Tracks& operator=(const Tracks&);
287 Tracks(Segment*, long long start, long long size);
288 virtual ~Tracks();
399 Tracks* GetTracks() const;
416 Tracks* m_pTracks;
mkvparser.cpp 999 else if (id == 0x0654AE6B) //Tracks ID
1002 m_pTracks = new Tracks(this, pos, size);
1272 else if (id == 0x0654AE6B) //Tracks ID
1275 m_pTracks = new Tracks(this, pos, size);
    [all...]
MatroskaExtractor.cpp 468 const mkvparser::Tracks *tracks = mSegment->GetTracks(); local
470 for (size_t index = 0; index < tracks->GetTracksCount(); ++index) {
471 const mkvparser::Track *track = tracks->GetTrackByIndex(index);
  /external/strace/
strace.spec 1 Summary: Tracks and displays system calls associated with a running process.
25 Summary: Tracks and displays system calls associated with a running process.

Completed in 144 milliseconds