/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 115 EAS_U8 msBitCount; /* count keeps track of MS bits */ 116 EAS_U8 msBitMask; /* mask keeps track of MS bits */ 117 EAS_U8 msBitValue; /* value keeps track of MS bits */ 118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */ 119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */ 120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 271 Word16 i, j, k, track, index, _sign[NB_PULSE]; 292 // track = pos%5 293 track = sub (i, extract_l (L_shr (L_mult (index, 5), 1))); 308 if (indx[track] < 0) 310 indx[track] = index; 314 if (((index ^ indx[track]) & 8) == 0) 318 if (sub (indx[track], index) <= 0) 320 indx[track + 5] = index; 324 indx[track + 5] = indx[track]; 409 Word16 i, k, track, index, _sign[NB_PULSE]; local [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 281 * called, the output file will not contain an audio track. The source needs 302 * called, the output file will not contain an video track. The source needs 500 * called, the output file will not contain an audio track. Call this after 513 * called, the output file will not contain an video track. Call this after 787 * The track informational event usually contains two parts in the ext1 788 * arg of the onInfo() callback: bit 31-28 contains the track id; and 791 * track id is 1 for informational event MEDIA_RECORDER_TRACK_INFO_TYPE; 792 * while ext1 = (0 << 28 | MEDIA_RECORDER_TRACK_INFO_TYPE) if the track 794 * application should extract the track id and the type of informational 799 * events are unhidden so that application knows how to extract the track [all...] |
/external/flac/include/FLAC/ |
metadata.h | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 598 * one audio track) 610 * Insert an audio track after the audio track with the specified id. Use 611 * addAudioTrack to add an audio track at the end of the storyboard 614 * @param audioTrack The audio track object to insert 615 * @param afterAudioTrackId Insert the audio track after the audio track 617 * audio track is added at the beginning of the timeline. 634 * parameter is null the audio track is added at the beginning of 644 * Remove the audio track with the specified id. If the extraction of th [all...] |
/cts/suite/audio_quality/lib/src/audio/ |
AudioHardware.cpp | 39 Track: M-Audio FastTrack 41 android::String8 param("MobilePre Track");
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 94 public void onMarkerReached(AudioTrack track) { 98 public void onPeriodicNotification(AudioTrack track) {
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
cams.h | 29 /* Length in milliseconds of one camera track base unit. 35 // Camera track definition for one camera trucking shot.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 11 /** Track the set of token types that can follow any rule invocation. 37 /** Did the recognizer encounter a syntax error? Track how many. */
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognizerSharedState.js | 9 /** Track the set of token types that can follow any rule invocation. 36 /** Did the recognizer encounter a syntax error? Track how many. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeNodeStream.h | 42 /** If this tree (root) was created from a token stream, track it. */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeNodeStream.h | 42 /** If this tree (root) was created from a token stream, track it. */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeNodeStream.h | 42 /** If this tree (root) was created from a token stream, track it. */ 73 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 42 /** If this tree (root) was created from a token stream, track it. */ 74 /** Pull elements from tree iterator. Track tree level 0..max_level.
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognizerSharedState.pm | 7 # Track the set of token types that can follow any rule invocation. 50 # Did the recognizer encounter a syntax error? Track how many.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
OrderedHashSet.java | 41 /** Track the elements as they are added to the set */ 65 if ( result ) { // only track if new element not in set
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider_chromeos.cc | 91 void GetReleaseTrackCallback(void* user_data, const char* track) { 94 if (track == NULL) { 95 reply->SendError("Unable to get release track."); 101 return_value->SetString("release_track", track); 509 std::string track; local 510 if (!args->GetString("track", &track)) { 516 update_library->SetReleaseTrack(track);
|
/external/chromium/chrome/browser/extensions/ |
extension_toolbar_model.h | 110 // Keeps track of what the last extension to get disabled was. 113 // Keeps track of where the last extension to get disabled was in the list.
|
/external/chromium/chrome/browser/resources/shared/js/ |
event_tracker.js | 6 * removal of DOM event listeners. In particular, it keeps track of all 19 * Create an EventTracker to track a set of events.
|
/external/chromium/chrome/browser/translate/ |
translate_prefs.h | 42 // These methods are used to track how many times the user has denied the 49 // These methods are used to track how many times the user has accepted the
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_drag_win.h | 79 // Keep track of the TabContentsViewViews it is associated with. 94 // Keep track of the old suspended state of the drop target.
|
/external/clang/test/Driver/ |
fsanitize.c | 65 // RUN: %clang -target x86_64-linux-gnu -fsanitize-memory-track-origins -pie %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ONLY-TRACK-ORIGINS 66 // CHECK-ONLY-TRACK-ORIGINS: warning: argument unused during compilation: '-fsanitize-memory-track-origins' 68 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-EXTRA-TRACK-ORIGINS 69 // CHECK-NO-EXTRA-TRACK-ORIGINS-NOT: "-fsanitize-memory-track-origins" 80 // RUN: %clang -target x86_64-linux-gnu -fsanitize=memory -fsanitize-memory-track-origins -pie %s -### 2>&1
|
/external/compiler-rt/BlocksRuntime/tests/ |
testfilerunner.h | 56 // XXX we don't track which dynamic libraries requested/used nor set them up 81 // we don't track which gcc we use but we should XXX
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpEndpoint.java | 59 private boolean connected = true; // it's connectionless but we track logical state 110 // The socket is always unconnected anyway so we track our
|
/external/jmonkeyengine/engine/src/test/jme3test/blender/ |
TestBlenderLoader.java | 57 Spatial track = assetManager.loadModel("Blender/2.4x/MountainValley_Track.blend"); local 58 rootNode.attachChild(track);
|