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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastream.h 64 bool AddTrack(TrackVector* Tracks, Track* track);
66 bool RemoveTrack(TrackVector* Tracks, MediaStreamTrackInterface* track);
  /external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c 39 Ebml_StartSubElement(&ebml, &trackStart, Tracks);
EbmlIDs.h 89 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/chromium_org/tools/perf/metrics/
smoothness.js 35 * Tracks rendering performance using the gpuBenchmarking.renderingStats API.
91 * Tracks rendering performance using requestAnimationFrame.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 137 * Tracks how many sources of the given type have seen a begin
210 * Tracks the number of sockets currently in use. Needs special handling of
245 * Tracks approximate data rate using individual data transfer events.
301 * Tracks TCP and UDP transfer rate.
334 * Tracks disk cache read or write rate. Doesn't include clearing, opening,
main.js 93 // Tracks if we're viewing a loaded log file, so views can behave
  /external/libvpx/libvpx/
webmenc.c 129 write_webm_seek_element(ebml, Tracks, ebml->track_pos);
186 /* Open and write the Tracks element. */
188 Ebml_StartSubElement(glob, &trackStart, Tracks);
207 /* Close Tracks element. */
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 189 StartSubElement(Tracks);
210 EndSubElement(); // Tracks
  /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/chromium_org/chrome/browser/resources/google_now/
utility.js 549 // Tracks the last answer of isSignedIn. checkAndNotifyListeners will not
  /external/chromium_org/third_party/handlebar/
handlebar.py 103 '''Tracks a stack of context objects, providing efficient key/value retrieval.
  /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 1769 milliseconds