HomeSort by relevance Sort by last modified time
    Searched full:track (Results 1001 - 1025 of 3692) sorted by null

<<41424344454647484950>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 296 /* if JET has track muted, set parser mode to mute */
308 /* indicate end of track for this stream */
312 /* get next delta time, unless already at end of track */
321 /* indicate end of track for this stream */
493 /* find the start of each track */
499 /* reset file position to first byte of data in track */
620 /* set jet segment and track ID of all tracks for callback function */
651 /* set track mute */
659 /* clear track mute */
838 /* end of track? *
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 335 AudioTrack track = null; local
338 track = new AudioTrack(
347 assertNotNull("could not create AudioTrack", track);
349 int status = track.attachAuxEffect(mEffect.getId());
353 status = track.setAuxEffectSendLevel(1.0f);
362 if (track != null) {
363 track.release();
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 123 * unsigned. By default we don't keep track of whether they were signed or not, and write them back
129 * track of any signed registers and write them back out as signed Leb128 values.
180 * @param preserveSignedRegisters If true, keep track of any registers in the debug information
246 * and optionally keep track of any registers in the debug information that are signed,
249 * @param preserveSignedRegisters If true, keep track of any registers in the debug information
272 * and optionally keep track of any registers in the debug information that are signed,
275 * @param preserveSignedRegisters If true, keep track of any registers in the debug information
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 160 for track in self.tracks:
161 for event in track.events:
168 values = track.events.ChaseControllers(event.seq, last_seq, values)
179 track.events.InsertEvents(clip_events, event.seq + 1)
188 raise JetFileException('Track number %d of out of range for clip' % jet_event.track_num)
216 raise JetFileException('Track number %d of out of range for end marker' % jet_event.track_num)
232 raise JetFileException('Track number %d of out of range for app marker' % jet_event.track_num)
    [all...]
JetAudition.py 192 """ Mutes or un-mutes a track interactively """
198 """ Mutes or un-mutes a track """
203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
454 for track in info.trackList:
455 self.trackList.AddTrackRow(track)
JetDefs.py 163 GRD_TRACK = "Track"
383 ('Track',0, F_ETRACK),
461 ('Track', F_ETRACK, ROW5, COL1+EVT_OFFSET, INTWIDTH, TRACK_MIN, TRACK_MAX, -1, [], "", True, ""),
462 ('Track Mutes', F_MUTEFLAGS, ROW1, COL3 + 15+BGR, TRACKGRD_SIZE, 0, 0, -1, [], "", False, ""),
501 ('Track Mutes', F_MUTEFLAGS, ROW1, COL3 + 145+BGR, TRACKGRD_SIZE, 0, 0, -1, [], "", True, ""),
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 808 AudioTrack track; local
810 if (track.set(AUDIO_STREAM_VOICE_CALL, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
817 ALOGD("latency: output %d, input %d", track.latency(), record.latency());
851 (track.latency() + record.latency()) * sampleRate / 1000);
861 track.start();
879 status_t status = track.obtainBuffer(&buffer, 1);
884 track.releaseBuffer(&buffer);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 916 * Add an audio track
918 * @param audioTrack The audio track
926 * Remove the specified audio track
928 * @param audioTrackId The audio track id
950 * @param audioTrackId The audio track id
951 * @return The audio track
1065 * The PreviewProgressListener allows to track the progress at the time
    [all...]
ApiService.java 195 // The default audio track volume
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Clip.c 709 /* Video track is more important than audio track (if video track is shorter than
710 audio track, it can led to cut larger than expected) */
739 * If end time is not used, we set it to the video track duration */
756 * @brief Delete the audio track. Clip will be like if it had no audio track
897 /* If there is no audio track, we return silence AUs */
903 M4OSA_TRACE2_0("b #### blank track");
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 73 // likely simplifications post-inlining. The most important aspect we track
78 // Keep track of the values which map back (through function arguments) to
87 // Keep track of values which map to a pointer base and constant offset.
375 // Track base/offsets through casts
403 // Track base/offset pairs when converted to a plain integer provided the
439 // Track base/offset pairs when round-tripped through a pointer without
898 // Track whether the post-inlining function would have more than one basic
    [all...]
GlobalsModRef.cpp 11 // that do not have their address taken, and keeps track of whether functions
87 /// FunctionInfo - For each function, keep track of what globals are
225 if (!I->isConstant()) // No need to keep track of writers to constants
241 /// true. Also, while we are at it, keep track of those functions that read and
305 // Keep track of values related to the allocation of the memory, f.e. the
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 516 jint writeToTrack(const sp<AudioTrack>& track, jint audioFormat, jbyte* data,
521 if (track->sharedBuffer() == 0) {
522 written = track->write(data + offsetInBytes, sizeInBytes);
526 if ((size_t)sizeInBytes > track->sharedBuffer()->size()) {
527 sizeInBytes = track->sharedBuffer()->size();
529 memcpy(track->sharedBuffer()->pointer(), data + offsetInBytes, sizeInBytes);
536 if (((size_t)sizeInBytes)*2 > track->sharedBuffer()->size()) {
537 sizeInBytes = track->sharedBuffer()->size() / 2;
540 int16_t *dst = (int16_t *)track->sharedBuffer()->pointer();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 287 * I track the AST node for the action in case I need the line number
352 public int numNonLLStar = 0; // hack to track for -report
354 /** When we read in a grammar, we track the list of syntactic predicates
368 * Track and we push into parser later; this is computed
404 /** Track the scopes defined outside of rules and the scopes associated
415 /** Each subrule/rule is a decision point and we must track them so we
473 /** Track decisions with syn preds specified for reporting.
478 /** Track decisions that actually use the syn preds in the DFA.
483 /** Track names of preds so we can avoid generating preds that aren't used
491 /** Track decisions with syn preds specified for reporting
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline_track_view.js 53 * Track for each subrow in each thread of the model, managing
54 * overall track layout, and handling user interaction with the
68 this.classList.add('timeline-track-view');
74 // Add the viewport track.
80 this.modelTrackContainer_.className = 'model-track-container';
  /external/clang/include/clang/Lex/
HeaderSearch.h 36 /// \brief The preprocessor keeps track of this information for each
45 /// DirInfo - Keep track of whether this is a system header, and if so,
170 /// \brief Keeps track of each lookup performed by LookupFile.
201 /// \brief Uniqued set of framework names, which is used to track which
212 // Various statistics we track for performance analysis.
  /external/grub/stage2/
fs.h 187 int fs_npsect; /* # sectors/track including spares */
189 int fs_trackskew; /* sector 0 skew, per track */
191 int fs_trkseek; /* track-to-track seek, usec */
198 int fs_nsect; /* sectors per track */
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 100 sp<IAudioTrack> track; local
130 track = interface_cast<IAudioTrack>(reply.readStrongBinder());
135 return track;
721 sp<IAudioTrack> track = createTrack( local
727 reply->writeStrongBinder(track->asBinder());
    [all...]
  /frameworks/base/docs/html/tools/debugging/
ddms.jd 127 <p>DDMS provides a feature to track objects that are being allocated to memory and to see which
128 classes and threads are allocating the objects. This allows you to track, in real time, where
133 <p>To track memory allocation of objects:</p>
187 <p>Method profiling is a means to track certain metrics about a method, such as number of calls,
219 Network Usage tab that makes it possible to track when your application is
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 498 * track.
503 * The Volume of the added audio track (AddVolume) must be strictly
509 * The time at which an audio track is added can't be higher than the
510 * input video track duration..
514 /** The audio track file format setting is undefined. */
517 /** The added audio track stream has an unsupported format. */
520 /** The audio mixing feature doesn't support the audio track type. */
527 * An added audio track limits the available features: uiAddCts must be
533 * An added audio track limits the available features: uiAddCts must be
538 /** Input audio track is not of a type that can be mixed with output. *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_9pf.cpp 146 0, 1, 0, 1, -1, /* subframe 1; track to code;
199 pulse i1 can have 8 positions. Also coded is which track pair should be used,
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
895 0, 1, 0, 1, -1, // subframe 1; track to code; -1 do not code this position
913 // track = pos%5
914 track = sub(i, extract_l(L_shr(L_mult(index, 5), 1)));
916 first = pt[track];
920 track = 0;
922 track = 1;
927 track = 0
999 register Word16 track; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 49 * <remarks>TODO: how to access the full token stream? How to track all tokens matched per rule?</remarks>
72 /** <summary>By default, track all incoming tokens</summary> */
75 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 294 * keep track of line and column numbers for the input source
324 * keep track of line and column numbers for the input source
336 * keep track of line and column numbers for the input source
  /external/chromium/chrome/browser/
background_contents_service.cc 158 // Track the lifecycle of all BackgroundContents in the system to allow us
170 // Track when the BackgroundContents navigates to a new URL so we can update
180 // Track when the extensions crash so that the user can be notified
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 136 // PhysRegInfo - Keep track of which instruction was the last def of a
141 // PhysRegInfo - Keep track of which instruction was the last use of a
148 // DistanceMap - Keep track the distance of a MI from the start of the

Completed in 820 milliseconds

<<41424344454647484950>>