HomeSort by relevance Sort by last modified time
    Searched refs:track (Results 201 - 225 of 314) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 7 * "timeline" view. This class keeps track of what the current view is, and
  /external/flac/include/FLAC/
metadata.h     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 161 // two buttons, the track disappears.
225 IntRect track = trackRect(scrollbar, false); local
226 currentThumbRect = thumbRect(scrollbar, track);
  /external/flac/libFLAC/
metadata_iterators.c 99 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_track_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet_Track *track);
2698 FLAC__StreamMetadata_CueSheet_Track *track = block->tracks + i; local
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 238 unsigned int track; local
247 || nestegg_packet_track(input->pkt, &track))
250 } while(track != input->video_track);
544 unsigned int track; local
549 nestegg_packet_track(pkt, &track);
550 if(track == input->video_track)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 229 def AddTrackRow(self, track, loadEmpty=False):
230 if loadEmpty or not track.empty:
231 index = self.InsertStringItem(sys.maxint, str(track.track))
232 self.SetStringItem(index, 1, str(track.channel))
233 self.SetStringItem(index, 2, str(track.name))
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...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 66 /** Music note that indicates user is listening to a music track. */
129 // Look for music track (of which there would be only one and it'll be the
252 * Looks for a music track (\u266B is first character, everything else is
253 * track info).
497 // Keeps track of whether we've seen a character (in map if we've seen it)
768 /** Represents a music track token at the beginning. */
770 private String track; field in class:AbstractMessageParser.MusicTrack
772 public MusicTrack(String track) {
773 super(Type.MUSIC, track);
774 this.track = track
    [all...]
  /external/grub/stage2/
disk_io.c 82 on floppies from track 1 to 2, while others only use 1. */
150 int soff, num_sect, track, size = byte_len; local
154 * Check track buffer. If it isn't valid or it is from the
185 /* Get the first sector of track. */
187 track = sector - soff;
192 if (track != buf_track)
194 int bios_err, read_start = track, read_len = sectors_per_vtrack;
231 buf_track = track;
    [all...]
  /external/libmtp/src/
playlist-spl.c 76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
160 // convert the playlist listing to track ids
162 IF_DEBUG() printf("%u track%s found\n", pl->no_tracks, pl->no_tracks==1?"":"s");
211 IF_DEBUG() printf("%u track%s\n", pl->no_tracks, pl->no_tracks==1?"":"s");
252 * changed the pl->playlist_id will likely remain the same. An updated track
417 // proceeding on as if everything is okay, probably losing a track
534 * Count the number of tracks in this playlist. A track will be counted as
552 * Find the track ids for this playlist's files.
556 * @param tracks returned list of track id's for the playlist_t, must be large
573 printf("track %d = %s (%u)\n", c+1, p->text, tracks[c])
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 399 // In updateState(), we track when maxTimeLoaded() == duration().
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2PSExtractor.cpp 41 struct MPEG2PSExtractor::Track : public MediaSource {
42 Track(MPEG2PSExtractor *extractor,
53 virtual ~Track();
70 DISALLOW_EVIL_CONSTRUCTORS(Track);
74 WrappedTrack(const sp<MPEG2PSExtractor> &extractor, const sp<Track> &track);
88 sp<MPEG2PSExtractor::Track> mTrack;
504 stream_id, new Track(this, stream_id, streamType));
533 MPEG2PSExtractor::Track::Track(
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 669 // Some assets don't report track properties until they are completely ready to play, but we
676 // AVAsset's 'naturalSize' property only considers the movie's first video track, so we need to compute
677 // the union of all visual track rects.
679 for (AVAssetTrack *track in tracks) {
680 CGSize trackSize = [track naturalSize];
682 trackUnionRect = CGRectUnion(trackUnionRect, CGRectApplyAffineTransform(trackRect, [track preferredTransform]));
685 // The movie is always displayed at 0,0 so move the track rect to the origin before using width and height.
  /cts/tests/SignatureTest/
Android.mk 55 # The api_ver_file keeps track of which api version was last built.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 143 for (BoneTrack track : tracks) {
144 float length = track.getLength();
  /external/libvorbis/lib/
psy.c 1066 int step,track = 0; local
1087 acc[track]=noise_normalize(p,limit,raw[k],quant[k],floor[k],NULL,acc[track],i,jn,iout);
1097 acc[track]=0.f;
1099 track++;
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 177 void trackMe(bool track, bool retain)
179 mTrackEnabled = track;
  /external/chromium-trace/
script.js 1 window.FLATTENED={};window.FLATTENED.base=!0;window.FLATTENED.event_target=!0;window.FLATTENED.measuring_stick=!0;window.FLATTENED.filter=!0;window.FLATTENED.range=!0;window.FLATTENED.selection=!0;window.FLATTENED.timeline_viewport=!0;window.FLATTENED.ui=!0;window.FLATTENED["tracks.track"]=!0;window.FLATTENED["tracks.container_track"]=!0;window.FLATTENED.fast_rect_renderer=!0;window.FLATTENED.color_scheme=!0;window.FLATTENED["tracks.canvas_based_track"]=!0;window.FLATTENED.sorted_array_utils=!0;
27 base.exportTo("tracing",function(){function d(b,a){this.track=b;this.slice=a}function c(b,a,e){this.track=b;this.counter=a;this.sampleIndex=e}function a(){this.bounds_dirty_=!0;this.bounds_=new base.Range;this.length_=0}d.prototype={get selected(){return this.slice.selected},set selected(b){this.slice.selected=b}};c.prototype={get selected(){return!0==this.track.selectedSamples[this.sampleIndex]},set selected(b){this.track.selectedSamples[this.sampleIndex]=b?!0:!1;this.track.invalidate()}};a.prototype=
30 new a,f=0;f<this.length_;f++)this[f]instanceof d&&b.push_(this[f]);return b},getNumSliceHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof d&&b++;return b},getNumCounterHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof c&&b++;return b},map:function(b){for(var a=0;a<this.length_;a++)b(this[a])},getShiftedSelection:function(b){for(var f=new a,e=0;e<this.length_;e++){var g=this[e];g.track.addItemNearToProvidedHitToSelection(g,b,f)}return 0==f.length?void 0:f}};return{SelectionSliceHit:d,
44 10),l=a.clientWidth-d-g-e;c.addEventListener("input",f);f()},toCssPx:function(c){window.isFinite(c)||console.error("Pixel value is not a number: "+c);return Math.round(c)+"px"}}});base.requireStylesheet("tracks.track");base.require("ui");
45 base.exportTo("tracing.tracks",function(){var d=tracing.ui.define("div");d.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){},get visible(){return"none"!==this.style.display},set visible(c){this.style.display=c?"":"none"},get numVisibleTracks(){return this.visible?1:0},addControlButtonElements_:function(c){var a=document.createElement("div");a.classList.add("track-button");a.classList.add("track-close-button");a.textContent=String.fromCharCode(215);var b=this;a.addEventListener("click"
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 198 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel,
  /external/chromium-trace/trace-viewer/src/
about_tracing.js 24 window.FLATTENED['tracks.track'] = true;
90 <include src="tracks/track.js">
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 24 --track-fds=no|yes track open file descriptors? [no]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 635 // element, eg. QuickTime VR, a movie with a sprite track, etc. Tell the
    [all...]
  /frameworks/base/media/java/android/media/
JetPlayer.java 86 private static final int JET_EVENT_TRACK_MASK = 0x00fc0000; // mask for track number
90 private static final int JET_EVENT_TRACK_SHIFT = 18; // shift to get track ID to bit 0
271 * affects track 0, bit 1 affects track 1 etc.
277 * track including trigger clips and mute flags.
299 * playback. The value at index 0 affects track 0, value at index 1 affects track 1 etc.
306 * track including trigger clips and mute flags.
322 * @param muteFlags a bitmask to specify which MIDI tracks are muted. Bit 0 affects track 0,
323 * bit 1 affects track 1 etc
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /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...]

Completed in 831 milliseconds

1 2 3 4 5 6 7 891011>>