/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. 95 * 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(); 847 const mkvparser::Tracks *tracks = mSegment->GetTracks(); local 849 for (size_t index = 0; index < tracks->GetTracksCount(); ++index) { 850 const mkvparser::Track *track = tracks->GetTrackByIndex(index);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 253 * Tracks all the managed bookmarks, and persists the known state so that
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 66 * Tracks whether or not the ChromeVox API should be considered active.
|
/external/chromium_org/third_party/handlebar/ |
handlebar.py | 98 '''Tracks a stack of context objects, providing efficient key/value retrieval. [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<Integer,Integer> that tracks [all...] |
Antlr.Runtime.Tree.pas | 494 // Tree tracks parent and child index now > 3.0 [all...] |