/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 526 // Tracks element 527 class Tracks { 538 Tracks(); 539 ~Tracks(); 541 // Adds a Track element to the Tracks object. |track| will be owned and 542 // deleted by the Tracks object. Returns true on success. |number| is the 550 // Search the Tracks and return the track that matches |tn|. Returns NULL 560 // Output the Tracks element to the writer. Returns true on success. 572 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks); [all...] |
/external/llvm/include/llvm/CodeGen/ |
LexicalScopes.h | 231 /// LexicalScopeMap - Tracks the scopes in the current function. 235 /// InlinedLexicalScopeMap - Tracks inlined function scopes in current 246 /// AbstractScopesList - Tracks abstract scopes constructed while processing
|
/external/opencv3/doc/tutorials/highgui/video-write/ |
video_write.markdown | 43 or *mkv*). This contains multiple elements like: video feeds, audio feeds or other tracks (like for 45 In case of the audio tracks commonly used codecs are *mp3* or *aac*. For the video files the list is 60 an alternative, create the video track with OpenCV and expand it with sound tracks or convert it to
|
/frameworks/av/services/audioflinger/tests/ |
test-mixer.cpp | 147 fprintf(stderr, "too many tracks: %d > %u", argc, AudioMixer::MAX_NUM_TRACKS); 242 float f = AudioMixer::UNITY_GAIN_FLOAT / providers.size(); // normalize volume by # tracks 245 // set up the tracks.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fd.h | 17 track, /* nr of tracks */ 145 unsigned char tracks; /* maximum number of tracks */ member in struct:floppy_drive_params
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fd.h | 17 track, /* nr of tracks */ 145 unsigned char tracks; /* maximum number of tracks */ member in struct:floppy_drive_params
|
/frameworks/av/services/audioflinger/ |
Threads.cpp | 125 // minimum sleep time for the mixer thread loop when tracks are active but in underrun 177 // track buffer in shared memory. Zero on input means to use a default value. For fast tracks, [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
Offsettable.java | 20 * Tracks the original and updated positions of a RawDexObject when it is
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MultipleTracksTestActivity.java | 37 * Tests for verifying TV app behavior on multiple tracks and subtitle.
|
/development/ndk/platforms/android-21/include/media/ |
NdkMediaMuxer.h | 108 * the right tracks. Also, it needs to make sure the samples for each track
|
/development/ndk/platforms/android-3/include/linux/ |
fd.h | 101 unsigned char tracks; member in struct:floppy_drive_params
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DisplayActivity.java | 50 // Tracks whether Fragments are displaying side-by-side 53 // Tracks whether navigation should be hidden 56 // Tracks whether the app is in full-screen mode 59 // Tracks the number of Fragments on the back stack
|
/docs/source.android.com/src/devices/tech/datausage/ |
kernel-overview.jd | 35 <p>The <code>qtaguid</code> netfilter module tracks the network traffic on a
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
index.apt | 27 The plugin version tracks the version of the ANTLR tool that it controls. Hence if you
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 45 /** An Array[size num rules] of Arrays that tracks
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
Tree.as | 18 // Tree tracks parent and child index now > 3.0
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
ParseTreeBuilder.cs | 38 * This parser listener tracks rule entry/exit and token matches
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
ParseTreeBuilder.cs | 39 * This parser listener tracks rule entry/exit and token matches
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
ParseTreeBuilder.java | 38 /** This parser listener tracks rule entry/exit and token matches
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
IntArray.java | 64 /** This only tracks elements added via push/add. */
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognizerSharedState.js | 44 /** An array[size num rules] of Map<Integer,Integer> that tracks
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeNodeStream.h | 57 /** Tracks tree depth. Level=0 means we're at root node level. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeNodeStream.h | 57 /** Tracks tree depth. Level=0 means we're at root node level. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeNodeStream.h | 57 /** Tracks tree depth. Level=0 means we're at root node level. */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 57 /** Tracks tree depth. Level=0 means we're at root node level. */
|