/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
Animation.java | 39 * The animation class updates the animation target with the tracks of a given type. 56 * The tracks of the animation. 58 private Track[] tracks; field in class:Animation 104 if (tracks == null) 107 for (int i = 0; i < tracks.length; i++){ 108 tracks[i].setTime(time, blendAmount, control, channel, vars); 112 if (tracks != null && tracks.length > 0) { 113 Track<?> trackInstance = tracks[0]; 118 ((SpatialTrack) tracks[0]).setTime(time, spatial, blendAmount) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom.c | 30 static FSRef** tracks; variable 56 /* Read a list of tracks from the volume */ 59 /* Check if tracks are already loaded */ 60 if ( tracks[cdrom->id] != NULL ) 63 /* Allocate memory for tracks */ 64 tracks[cdrom->id] = (FSRef*) SDL_calloc (1, sizeof(**tracks) * cdrom->numtracks); 65 if (tracks[cdrom->id] == NULL) { 70 /* Load tracks */ 71 if (ListTrackFiles (volumes[cdrom->id], tracks[cdrom->id], cdrom->numtracks) < 0 [all...] |
/external/qemu/block/ |
parallels.c | 42 uint32_t tracks; member in struct:parallels_header 53 int tracks; member in struct:BDRVParallelsState 88 s->tracks = le32_to_cpu(ph.tracks); 110 index = sector_num / s->tracks; 111 offset = sector_num % s->tracks;
|
/external/libmtp/examples/ |
getplaylist.c | 35 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]); 37 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title); 40 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
|
playlists.c | 33 printf(" Tracks:\n"); 38 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]); 40 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title); 43 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
|
tracks.c | 2 * \file tracks.c 3 * Example program to list the tracks on a device. 85 LIBMTP_track_t *tracks; local 93 fprintf(stdout, "mtp-tracks: No Devices have been found\n"); 96 fprintf(stderr, "mtp-tracks: There has been an error connecting. Exit\n"); 99 fprintf(stderr, "mtp-tracks: Memory Allocation Error. Exit\n"); 105 fprintf(stderr, "mtp-tracks: Unknown error, please report " 111 fprintf(stdout, "mtp-tracks: Successfully connected\n"); 129 tracks = LIBMTP_Get_Tracklisting_With_Callback(iter, NULL, NULL); 130 if (tracks == NULL) [all...] |
sendtr.c | 123 uint32_t *tracks; local 125 tracks = (uint32_t *)malloc((found_album->no_tracks+1) * sizeof(uint32_t)); 127 if (!tracks) { 132 if (found_album->tracks != NULL) { 133 memcpy(tracks, found_album->tracks, found_album->no_tracks * sizeof(uint32_t)); 134 free(found_album->tracks); 136 tracks[found_album->no_tracks-1] = trackmeta->item_id; 137 found_album->tracks = tracks; [all...] |
newplaylist.c | 92 playlist->tracks = ids;
|
albumart.c | 135 album->tracks = ids;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/ |
ArmatureHelper.java | 150 * This method retuns the bone tracks for animation.
153 * the structure containing the tracks
156 * @return a list of tracks for the specified animation
170 * This method retuns the bone tracks for animation for blender version 2.50
174 * the structure containing the tracks
177 * @return a list of tracks for the specified animation
183 LOGGER.log(Level.INFO, "Getting tracks!");
188 List<BoneTrack> tracks = new ArrayList<BoneTrack>();
local 204 tracks.add((BoneTrack) ipo.calculateTrack(boneIndex, 0, ipo.getLastFrame(), fps, false));
207 return tracks.toArray(new BoneTrack[tracks.size()]); 229 List<BoneTrack> tracks = new ArrayList<BoneTrack>(); local [all...] |
/external/flac/libFLAC/ |
format.c | 436 if(check_cd_da_subset && cue_sheet->tracks[cue_sheet->num_tracks-1].number != 170) { 442 if(cue_sheet->tracks[i].number == 0) { 448 if(!((cue_sheet->tracks[i].number >= 1 && cue_sheet->tracks[i].number <= 99) || cue_sheet->tracks[i].number == 170)) { 454 if(check_cd_da_subset && cue_sheet->tracks[i].offset % 588 != 0) { 465 if(cue_sheet->tracks[i].num_indices == 0) { 470 if(cue_sheet->tracks[i].indices[0].number > 1) { 476 for(j = 0; j < cue_sheet->tracks[i].num_indices; j++) { 477 if(check_cd_da_subset && cue_sheet->tracks[i].indices[j].offset % 588 != 0) [all...] |
metadata_object.c | 336 object->length += object->data.cue_sheet.tracks[i].num_indices * ( 588 FLAC__ASSERT(0 == object->data.cue_sheet.tracks); 591 FLAC__ASSERT(0 != object->data.cue_sheet.tracks); 592 to->data.cue_sheet.tracks = cuesheet_track_array_copy_(object->data.cue_sheet.tracks, object->data.cue_sheet.num_tracks); 593 if(0 == to->data.cue_sheet.tracks) { 662 if(0 != object->data.cue_sheet.tracks) { 664 cuesheet_track_array_delete_(object->data.cue_sheet.tracks, object->data.cue_sheet.num_tracks); 802 if(0 != block1->tracks && 0 != block2->tracks) { [all...] |
/external/libmtp/src/ |
playlist-spl.c | 72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files); 73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files); 129 pl->tracks = NULL; 163 pl->tracks = malloc(sizeof(uint32_t)*(pl->no_tracks)); 164 tracks_from_spl_text_t(p, pl->tracks, folders, files); 215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files); 254 * NOTE: Other playlist metadata aside from playlist name and tracks are 280 if(old->tracks[i] != newlist->tracks[i]) 286 IF_DEBUG() printf("new tracks detected:\n") [all...] |
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 116 // tracks[i] should only be referenced if (mTrackNames & (1 << i)) != 0 118 track_t* t = mState.tracks; 152 track_t* t = mState.tracks; 170 track_t* t = &mState.tracks[n]; 203 status_t status = initTrackDownmix(&mState.tracks[n], n, channelMask); 361 track_t& track(mState.tracks[ name ]); 370 unprepareTrackForDownmix(&mState.tracks[name], name); 379 track_t& track = mState.tracks[name]; 392 track_t& track = mState.tracks[name]; 405 track_t& track = mState.tracks[name] [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/ |
SDL_syscdrom.c | 162 CDTrackData tracks[SDL_MAX_TRACKS]; local 165 /* Get the number of tracks on the CD by examining the TOC */ 203 SDL_memset(tracks, 0, sizeof(tracks)); 209 * ((long *) (cdpb.csParam.words+1)) = (long) tracks; 210 cdpb.csParam.words[3] = cdrom->numtracks * sizeof(tracks[0]); 222 if (tracks[i].entry.control & kDataTrackMask) 231 SDL_SYS_BCDToShort(tracks[i].entry.min), 232 SDL_SYS_BCDToShort(tracks[i].entry.min), 233 SDL_SYS_BCDToShort(tracks[i].entry.frame)) [all...] |
/external/libvpx/nestegg/test/ |
test.c | 86 unsigned int cnt, i, j, track, tracks, pkt_cnt, pkt_track; local 109 nestegg_track_count(ctx, &tracks); 112 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9); 115 for (i = 0; i < tracks; ++i) {
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SkeletonLoader.java | 68 private ArrayList<BoneTrack> tracks = new ArrayList<BoneTrack>(); field in class:SkeletonLoader 101 assert elementStack.peek().equals("tracks"); 121 } else if (qName.equals("tracks")) { 123 tracks.clear(); 172 tracks.add(track); 175 } else if (qName.equals("tracks")) { 176 BoneTrack[] trackList = tracks.toArray(new BoneTrack[tracks.size()]); 178 tracks.clear(); 234 tracks.clear() [all...] |
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 166 /** Query the number of tracks in the media stream. 168 @param tracks Storage for the queried track count. 171 int nestegg_track_count(nestegg * context, unsigned int * tracks); 174 key point in the stream at or before @a tstamp. Other tracks in the
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ |
ArmatureModifier.java | 139 BoneTrack[] tracks = armatureHelper.getTracks(actionStructure, skeleton, blenderContext);
local 140 if(tracks != null && tracks.length > 0) {
143 for (BoneTrack track : tracks) {
151 boneAnimation.setTracks(tracks);
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.mm | 516 NSArray *tracks = [m_avAsset.get() tracks]; 517 for (AVAssetTrack *thisTrack in tracks) 656 // This is called whenever the tracks collection changes so cache hasVideo and hasAudio since we get 667 NSArray *tracks = [m_avAsset.get() tracks]; 670 // want to report a size as early as possible so use presentationSize when an asset has no tracks. 671 if (![tracks count]) { 679 for (AVAssetTrack *track in tracks) { 705 @"tracks", [all...] |
/external/libvpx/nestegg/src/ |
nestegg.c | 53 /* Tracks Elements */ 233 struct tracks { struct 256 struct tracks tracks; member in struct:segment 411 E_MASTER(ID_TRACK_ENTRY, TYPE_MASTER, struct tracks, track_entry), 437 E_SINGLE_MASTER(ID_TRACKS, TYPE_MASTER, struct segment, tracks), 1165 unsigned int tracks = 0; local 1167 node = ctx->segment.tracks.track_entry.head; 1170 if (track == tracks) 1172 tracks += 1 [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 160 for track in self.tracks:
187 if jet_event.track_num >= len(self.tracks):
212 self.tracks[jet_event.track_num].events.MergeEvents(events)
215 if jet_event.track_num >= len(self.tracks):
228 self.tracks[jet_event.track_num].events.MergeEvents(events)
231 if jet_event.track_num >= len(self.tracks):
246 self.tracks[jet_event.track_num].events.MergeEvents(events)
445 # delete empty tracks
[all...] |
/bionic/libc/kernel/common/linux/ |
fd.h | 100 unsigned char tracks; member in struct:floppy_drive_params
|
/development/ndk/platforms/android-3/include/linux/ |
fd.h | 101 unsigned char tracks; member in struct:floppy_drive_params
|
/external/kernel-headers/original/linux/ |
fd.h | 17 track, /* nr of tracks */ 139 unsigned char tracks; /* maximum number of tracks */ member in struct:floppy_drive_params
|