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

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/tcmalloc/
heap_instance_track.css 6 .tr-ui-e-tcmalloc-heap-instance-track {
10 .tr-ui-e-tcmalloc-heap-instance-track ul {
  /external/compiler-rt/test/msan/
unpoison_string.cc 1 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t
3 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O3 %s -o %t
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
WebMElement.c 38 trackNumber |= 0x80; // TODO check track nubmer < 128
77 Ebml_EndSubElement(glob, &start); // Track Entry
152 static void Mkv_WriteGenericTrackData(Ebml& ebml_out, TrackStruct& track)
154 Ebml_SerializeUnsigned(ebml_out, 0xD7, track.TrackNumber);
155 Ebml_SerializeUnsigned(ebml_out, 0x73C5, track.TrackUID);
156 Ebml_SerializeUnsigned(ebml_out, 0x83, track.TrackType);
157 Ebml_SerializeUnsigned(ebml_out, 0xB9, track.FlagEnabled ? 1 :0);
158 Ebml_SerializeUnsigned(ebml_out, 0x88, track.FlagDefault ? 1 :0);
159 Ebml_SerializeUnsigned(ebml_out, 0x55AA, track.FlagForced ? 1 :0);
160 if (track.Language != 0
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/model/
location.html 61 // each parent track.
62 while (elem instanceof tr.ui.tracks.Track) {
82 // the boundingRect's top of containing track.
89 while (elem instanceof tr.ui.tracks.Track) {
111 * Returns the first valid containing track based on the
118 var track = containerToTrack.getTrackByStableId(yComponent.stableId);
119 if (track !== undefined)
120 return track;
136 var track = containerToTrack.getTrackByStableId(yComponent.stableId);
137 if (track !== undefined)
    [all...]
  /external/esd/include/
audiofile.h 269 AF_BAD_TRACKID = 24, /* no track corresponding to id */
347 AF_ERR_BAD_TRACKID = 24+AF_ERR_BASE, /* no track corresponding to id */
427 /* track */
431 /* track data: reading, writng, seeking, sizing frames */
432 int afReadFrames (AFfilehandle, int track, void *buffer, int frameCount);
433 int afWriteFrames (AFfilehandle, int track, const void *buffer, int frameCount);
434 AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset);
435 AFframecount afTellFrame (AFfilehandle, int track);
436 AFfileoffset afGetTrackBytes (AFfilehandle, int track);
437 float afGetFrameSize (AFfilehandle, int track, int expand3to4)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h 269 AF_BAD_TRACKID = 24, /* no track corresponding to id */
347 AF_ERR_BAD_TRACKID = 24+AF_ERR_BASE, /* no track corresponding to id */
427 /* track */
431 /* track data: reading, writng, seeking, sizing frames */
432 int afReadFrames (AFfilehandle, int track, void *buffer, int frameCount);
433 int afWriteFrames (AFfilehandle, int track, const void *buffer, int frameCount);
434 AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset);
435 AFframecount afTellFrame (AFfilehandle, int track);
436 AFfileoffset afGetTrackBytes (AFfilehandle, int track);
437 float afGetFrameSize (AFfilehandle, int track, int expand3to4)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 21 import com.googlecode.mp4parser.authoring.Track;
38 Track[] tracks;
41 public AppendTrack(Track... tracks) throws IOException {
44 for (Track track : tracks) {
47 stsd = track.getSampleDescriptionBox();
51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos));
57 SampleDescriptionBox curStsd = track.getSampleDescriptionBox();
67 throw new IOException("Cannot append " + track + " to " + tracks[0] + " since their Sample Description Boxes differ: \n" + track.getSampleDescriptionBox() + "\n vs. \n" + tracks[0].getSampleDescriptionBox())
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 22 * Keeps track of files awaiting deletion, and deletes them when an associated
49 * Track the specified file, using the provided marker, deleting the file
54 * @param marker the marker object used to track the file, not null
56 * @deprecated Use {@link FileCleaningTracker#track(File, Object)}.
59 public static void track(File file, Object marker) { method in class:FileCleaner
60 theInstance.track(file, marker);
64 * Track the specified file, using the provided marker, deleting the file
69 * @param marker the marker object used to track the file, not null
72 * @deprecated Use {@link FileCleaningTracker#track(File, Object, FileDeleteStrategy)}.
75 public static void track(File file, Object marker, FileDeleteStrategy deleteStrategy) method in class:FileCleaner
90 public static void track(String path, Object marker) { method in class:FileCleaner
106 public static void track(String path, Object marker, FileDeleteStrategy deleteStrategy) { method in class:FileCleaner
    [all...]
  /development/samples/browseable/BasicMultitouch/
_index.jd 8 This sample demonstrates the use of MotionEvent properties to keep track of individual touches
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_track.html 9 <link rel="import" href="/ui/tracks/track.html">
14 .chart-track {
26 * A track that displays a chart.
29 * @extends {Track}
32 tr.ui.b.define('chart-track', tr.ui.tracks.Track);
35 __proto__: tr.ui.tracks.Track.prototype,
38 tr.ui.tracks.Track.prototype.decorate.call(this, viewport);
39 this.classList.add('chart-track');
70 * Set the list of chart series to be displayed on this track. The lis
    [all...]
object_instance_track.css 6 .object-instance-track {
rect_track.css 6 .rect-track {
ruler_track_test.html 24 var track = tr.ui.tracks.RulerTrack(viewport);
25 drawingContainer.appendChild(track);
31 dt.setPanAndScale(0, track.clientWidth / 1000);
32 track.viewport.setDisplayTransformImmediately(dt);
spacing_track.css 5 .spacing-track {
thread_track.css 6 .thread-track {
object_instance_group_track.html 20 * A track that displays a ObjectInstanceGroup.
25 'object-instance-group-track', tr.ui.tracks.MultiRowTrack);
33 this.classList.add('object-instance-group-track');
47 var track = new tr.ui.tracks.ObjectInstanceTrack(this.viewport);
48 track.objectInstances = objectInstances;
49 this.appendChild(track);
50 return track;
cpu_track.html 25 tr.ui.b.define('cpu-track', tr.ui.tracks.ContainerTrack);
31 this.classList.add('cpu-track');
81 var track = new tr.ui.tracks.SliceTrack(this.viewport);
82 track.slices = slices;
83 track.heading = this.cpu_.userFriendlyName + ':';
84 this.appendChild(track);
92 track = new tr.ui.tracks.CounterTrack(this.viewport);
93 track.heading = this.cpu_.userFriendlyName + ' ' +
95 track.counter = counter;
96 this.appendChild(track);
    [all...]
  /frameworks/wilhelm/src/desktop/
OutputMixExt.h 35 /** \brief Track describes each PCM input source to OutputMix */
39 CAudioPlayer *mAudioPlayer; ///< Mixer examines this track if non-NULL
43 SLuint32 mFramesMixed; ///< Number of sample frames mixed from track; reset periodically
44 } Track;
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Track.java 37 public interface Track extends Savable, Cloneable {
42 * Internally, the track will retrieve objects from the control
47 * @param weight The weight from 0 to 1 on how much to apply the track
48 * @param control The control which the track should effect
49 * @param channel The channel which the track should effect
54 * @return the length of the track
62 public Track clone();
  /external/libmtp/examples/
getplaylist.c 33 LIBMTP_track_t *track; local
35 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]);
36 if (track != NULL) {
37 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
38 LIBMTP_destroy_track_t(track);
40 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
playlists.c 36 LIBMTP_track_t *track; local
38 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]);
39 if (track != NULL) {
40 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
41 LIBMTP_destroy_track_t(track);
43 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 52 struct WifiDisplaySource::PlaybackSession::Track : public AHandler {
57 Track(const sp<AMessage> &notify,
63 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
101 virtual ~Track();
124 DISALLOW_EVIL_CONSTRUCTORS(Track);
127 WifiDisplaySource::PlaybackSession::Track::Track(
143 WifiDisplaySource::PlaybackSession::Track::Track(
152 WifiDisplaySource::PlaybackSession::Track::~Track()
500 const sp<Track> &track = mTracks.valueFor(trackIndex); local
588 sp<Track> track = mTracks.valueFor(trackIndex); local
794 sp<Track> track = new Track(notify, format); local
994 sp<Track> track = new Track( local
1096 const sp<Track> &track = mTracks.valueAt(i); local
    [all...]
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 18 #define LOG_TAG "audio-track-native"
349 // naked native track
350 AudioTrackNative *track = (AudioTrackNative *)pContext; local
351 track->bufferQueueCallback(queueItf);
383 AudioTrackNative track; local
390 res = track.open(numChannels, sampleRate, useFloat, numBuffers);
394 track.write((char *)buffer + i * (framesPerBuffer * frameSize),
398 track.logBufferState();
399 res = track.start();
403 while ((buffers = track.getBuffersPending()) > 0)
431 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
442 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
451 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
461 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
471 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
481 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
491 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
513 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
524 auto track = *(shared_pointer<AudioTrackNative> *)jtrack; local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 35 * The maximum amount of time to wait for an audio track to make progress while
57 * track buffer size (mAudioBufferSize). In this case, we need to call
59 * different logic is required to wait for the track to finish.
95 AudioTrack track = createStreamingAudioTrack(); local
97 mAudioTrack = track;
100 if (track == null) {
117 AudioTrack track = null; local
119 track = mAudioTrack;
122 if (track == null || mStopped) {
125 final int bytesWritten = writeToAudioTrack(track, data)
132 AudioTrack track = null; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackNative.java 28 // Must be kept in sync with C++ JNI audio-track-native (AudioTrackNative) WRITE_FLAG_*
134 // The native API uses a long "track handle" created by nativeCreateTrack.
140 private static native void nativeDestroyTrack(long track);
142 long track, int numChannels, int sampleRate, boolean useFloat, int numBuffers);
143 private static native void nativeClose(long track);
144 private static native int nativeStart(long track);
145 private static native int nativeStop(long track);
146 private static native int nativePause(long track);
147 private static native int nativeFlush(long track);
148 private static native int nativeGetPositionInMsec(long track, @NonNull long[] position)
    [all...]

Completed in 233 milliseconds

1 2 34 5 6 7 8 91011>>