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

  /external/libvpx/libvpx/libmkv/
testlibmkv.c 40 Ebml_StartSubElement(&ebml, &trackStart, Tracks);
EbmlIDs.h 90 Tracks = 0x1654AE6B,
  /external/libvpx/libwebm/
mkvparser.hpp 442 class Tracks
444 Tracks(const Tracks&);
445 Tracks& operator=(const Tracks&);
454 Tracks(
461 ~Tracks();
833 const Tracks* GetTracks() const;
861 Tracks* m_pTracks;
mkvparser.cpp 972 else if (id == 0x0654AE6B) //Tracks ID
977 m_pTracks = new (std::nothrow) Tracks(this,
    [all...]
  /frameworks/av/services/audioflinger/
Android.mk 19 Tracks.cpp \
  /external/strace/
strace.spec 1 Summary: Tracks and displays system calls associated with a running process
27 Summary: Tracks and displays system calls associated with a running process.
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 376 mkvparser::Tracks const *pTracks = pSegment->GetTracks();
827 const mkvparser::Tracks *tracks = mSegment->GetTracks(); local
829 for (size_t index = 0; index < tracks->GetTracksCount(); ++index) {
830 const mkvparser::Track *track = tracks->GetTrackByIndex(index);
  /external/libvpx/libvpx/
vpxenc.c 673 write_webm_seek_element(ebml, Tracks, ebml->track_pos);
736 Ebml_StartSubElement(glob, &trackStart, Tracks);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 83 /// The Lexer tracks line/col info as well as input index so its markers are
215 /// The current line in the character stream (ANTLR tracks the
526 /// Tracks the set of token types that can follow any rule invocation.
569 /// An array[size num rules] of Map&lt;Integer,Integer&gt; that tracks
    [all...]
Antlr.Runtime.Tree.pas 494 // Tree tracks parent and child index now > 3.0
    [all...]

Completed in 427 milliseconds