HomeSort by relevance Sort by last modified time
    Searched full:track (Results 651 - 675 of 4318) sorted by null

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
package.html 72 is simply a list of tracks, each track describes a timeline with each keyframe
73 having a transformation. For bone animations, every track is assigned to a bone,
74 while for morph animations, every track is assigned to a mesh.<br>
  /external/libmtp/
TODO 70 objects during startup, track listing, file listing, playlist listing,
76 3. SPEED: Cache track metadata, file metadata etc in params->proplist.
78 4. SPEED: Whenever we add an object (file, track, playlist...) we
  /frameworks/base/services/core/java/com/android/server/job/controllers/
BatteryController.java 128 * Track whether we're "charging", where charging means that we're ready to commit to
132 /** Keep track of whether the battery is charged enough that we want to do work. */
174 // there's no work to cancel. We track this variable for the case where it is
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContentProvider.java 156 // TODO: Add code to track insert operations and return correct status
162 // TODO: Add code to track delete operations and return correct status
169 // TODO: Add code to track update operations and return correct status
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 202 Word16 track; local
241 track = i & 3; /* track = pos%4 */
259 if (pos_indx[track] < 0)
261 pos_indx[track] = pos_index;
262 sign_indx[track] = sign_index;
266 if (((sign_index ^ sign_indx[track]) & 1) == 0)
270 if (pos_indx[track] <= pos_index)
272 pos_indx[track + NB_TRACK_MR102] = pos_index;
276 pos_indx[track + NB_TRACK_MR102] = pos_indx[track]
    [all...]
c3_14pf.cpp 93 Word16 dn2[], /* i : maximum of corr. in each track. */
317 dn2[] Array of type Word16 -- maximum of corr. in each track.
375 Word16 dn2[], /* i : maximum of corr. in each track. */
681 Word16 track; local
710 /* track = pos%5 */
717 /* track = sub(i, (Word16) s, pOverflow); */
718 track = i - (Word16) s;
720 if (track == 1)
725 else if (track == 2)
727 track = 2
    [all...]
  /bionic/libc/kernel/uapi/linux/
fd.h 25 unsigned int size, sect, head, track, stretch; member in struct:floppy_struct
59 unsigned int device, head, track; member in struct:format_descr
136 short track; member in struct:floppy_drive_struct
177 unsigned char track[4]; member in struct:floppy_fdc_state
230 int track; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-21/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/
timeline_viewport.html 228 // Ensure panY stays clamped in the track container's scroll range.
397 var track = this.trackForEvent(event);
398 track.addEventNearToProvidedEventToSelection(
408 // TODO(charliea): Make the event to track map have a similar interface
409 // to the container to track map so that we can just clear() here.
  /frameworks/av/include/media/
IAudioFlinger.h 60 /* create an audio track and registers it with AudioFlinger.
61 * return null if the track cannot be created.
72 // reference and will release it when the track is destroyed.
82 // reference and will release it when the track is destroyed.
143 // Register an object to receive audio input/output change and track notifications.
  /frameworks/base/docs/html/training/wearables/apps/
voice.jd 150 <dd><code>vnd.google.fitness.TRACK</code></dd>
162 <td>"OK Google, track my run"<br/><br/>"OK Google, start running"<br/><br/>"OK Google, stop running"</td>
166 <dd><code>vnd.google.fitness.TRACK</code></dd>
179 <td>"OK Google, start a workout"<br/><br/>"OK Google, track my workout"<br/><br/>"OK Google, stop workout"</td>
183 <dd><code>vnd.google.fitness.TRACK</code></dd>
  /frameworks/base/media/java/android/media/
SyncParams.java 31 * select handling of audio track when changing playback speed due to sync.
48 * Use audio track for sync source.</li>
75 * audio, audio track is used. Finally, if media has no audio, system clock is used.
87 * Use audio track for sync source. This requires audio data and an audio track.
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 359 jint type, jbyteArray track) {
368 trk = env->GetByteArrayElements(track, NULL);
375 param.track[i] = trk[i];
380 ALOGE("Failed register_notification_rsp track change, status: %d", status);
383 env->ReleaseByteArrayElements(track, trk, 0);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fd.h 29 track, member in struct:floppy_struct
66 unsigned int device,head,track; member in struct:format_descr
150 short track; member in struct:floppy_drive_struct
191 unsigned char track[4]; member in struct:floppy_fdc_state
244 int track; member in struct:floppy_raw_cmd
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 54 * Activity allowing the user to select a music track on the device, and
56 * extensive, providing information about each track like the music
82 /** Menu item to sort the music list by track title. */
99 MediaStore.Audio.Media.TRACK
117 /** Used to keep track of the last scroll state of the list. */
119 /** Used to keep track of whether the list last had focus. */
143 /** Which track row ID the user has last selected. */
148 /** If >= 0, we are currently playing a track for preview, and this is its
548 + MediaStore.Audio.Media.TRACK + " ASC, "
556 + MediaStore.Audio.Media.TRACK + " ASC,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 50 * class to track variables for many different kinds of nodes. It wastes
81 /** Rule ref nodes, token refs, set, and NOT set refs need to track their
90 /** If this is a BLOCK node, track options here */
93 /** If this is a BLOCK node for a rewrite rule, track referenced
94 * elements here. Don't track elements in nested subrules.
98 /* If REWRITE node, track EVERY element and label ref to right of ->
543 /** Track start/stop token for subtree root created for a rule.
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 428 ALOGV("dequeued input buffer on track %zu",
433 ALOGV("dequeueInputBuffer on track %zu returned %d",
448 ALOGV("dequeued output buffer on track %zu",
459 ALOGV("dequeueOutputBuffer on track %zu returned %d",
502 ALOGV("enqueued input data on track %zu", trackIndex);
528 ALOGI("track %zu buffer late by %lld us, dropping.",
558 ALOGV("track %zu buffer early by %lld us.",
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 105 public JetGameEvent(JetPlayer player, short segment, byte track, byte channel,
109 this.track = track;
117 public byte track; field in class:JetBoyView.JetGameEvent
179 // used to track beat for synch of mute/unmute actions
249 // used to track the picture to draw for ship animation
733 processJetEvent(jetEvent.player, jetEvent.segment, jetEvent.track,
793 // JET info: the laser sound is on track 23, we mute it (true) right away (false)
808 // JET info: unmute the laser track (false) right away (false)
829 // Track hit streak for adjusting musi
    [all...]
  /external/flac/libFLAC/
format.c 424 if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
429 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
435 if(violation) *violation = "cue sheet may not have a track number 0";
441 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170";
448 if(i == cue_sheet->num_tracks-1) /* the lead-out track... */
451 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples";
458 if(violation) *violation = "cue sheet track must have at least one index point";
463 if(violation) *violation = "cue sheet track's first index number must be 0 or 1";
470 if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 samples";
476 if(violation) *violation = "cue sheet track index numbers must increase by 1"
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 335 ALOGE("Track already in use");
351 // stream type shouldn't be looked at, this track has audio attributes
528 // We save the time when the track is started to later verify whether
669 // the same configuration. A timestamp query for a paused track
672 // this time when requested until the track is resumed.
1264 sp<IAudioTrack> track = audioFlinger->createTrack(streamType, local
    [all...]

Completed in 304 milliseconds

<<21222324252627282930>>