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

<<11121314151617181920>>

  /frameworks/native/data/etc/
android.hardware.faketouch.xml 19 a track pad. -->
  /frameworks/native/include/gui/
BufferQueueDefs.h 26 // BufferQueue will keep track of at most this value of buffers.
  /prebuilts/tools/common/lombok-ast/
PREBUILT 15 which basically adds an extra field to the nodes to track
  /external/kernel-headers/original/uapi/linux/
fd.h 15 sect, /* sectors per track */
17 track, /* nr of tracks */ member in struct:floppy_struct
18 stretch; /* bit 0 !=0 means double track steps */
73 unsigned int device,head,track; member in struct:format_descr
79 /* format the specified track */
91 * entire track at once */
213 short track; /* current track */ member in struct:floppy_drive_struct
215 short maxtrack; /* id of highest half track read */
275 unsigned char track[4] member in struct:floppy_fdc_state
363 int track; member in struct:floppy_raw_cmd
    [all...]
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 42 fprintf(stderr, " -f enable floating point input track by default\n");
153 // create providers for each track
247 //printf("track %d out of %d\n", i, providers.size());
254 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::MAIN_BUFFER,
258 AudioMixer::TRACK,
263 AudioMixer::TRACK,
268 AudioMixer::TRACK,
273 AudioMixer::TRACK,
291 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::AUX_BUFFER,
303 mixer->setParameter(names[j], AudioMixer::TRACK, AudioMixer::MAIN_BUFFER
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 15 sect, /* sectors per track */
17 track, /* nr of tracks */ member in struct:floppy_struct
18 stretch; /* bit 0 !=0 means double track steps */
73 unsigned int device,head,track; member in struct:format_descr
79 /* format the specified track */
91 * entire track at once */
212 short track; /* current track */ member in struct:floppy_drive_struct
214 short maxtrack; /* id of highest half track read */
274 unsigned char track[4] member in struct:floppy_fdc_state
362 int track; member in struct:floppy_raw_cmd
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 15 sect, /* sectors per track */
17 track, /* nr of tracks */ member in struct:floppy_struct
18 stretch; /* bit 0 !=0 means double track steps */
73 unsigned int device,head,track; member in struct:format_descr
79 /* format the specified track */
91 * entire track at once */
212 short track; /* current track */ member in struct:floppy_drive_struct
214 short maxtrack; /* id of highest half track read */
274 unsigned char track[4] member in struct:floppy_fdc_state
362 int track; member in struct:floppy_raw_cmd
    [all...]
  /external/libmtp/src/
libmtp.c 152 LIBMTP_track_t *track);
534 register_property("Track", LIBMTP_PROPERTY_Track, PTP_OPC_Track);
4474 LIBMTP_track_t *track; local
4578 LIBMTP_track_t *track; local
    [all...]
  /external/chromium-trace/
prefix.html 32 <track-view-container id='track_view_container'></track-view-container>
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests25.dat 200 <!DOCTYPE html><body><track>A
207 | <track>
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
frame_track.html 22 * Track enabling quick selection of frame slices/events.
26 'frame-track', tr.ui.tracks.LetterDotTrack);
  /external/compiler-rt/test/msan/
param_tls_limit.cc 5 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && %run %t
6 // RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O0 %s -o %t && %run %t
realloc-large-origin.cc 1 // RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O0 %s -o %t && not %run %t >%t.out 2>&1
3 // RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O2 %s -o %t && not %run %t >%t.out 2>&1
  /external/libmtp/examples/
trexist.c 3 * Example program to check if a certain track exists on the device.
39 // We need track ID
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CopyrightBox.java 29 * within the MovieBox, or, when contained in a track, to that entire track. There may be multple boxes using
DataReferenceBox.java 28 * this table to the samples in the track. A track may be split over several sources in this way.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
InternalCache.java 47 /** Track an conditional GET that was satisfied by this cache. */
50 /** Track an HTTP response being satisfied with {@code cacheStrategy}. */
  /external/skia/src/gpu/gl/
GrGLTexture.h 41 // These functions are used to track the texture parameters associated with the texture.
72 // We track this separately from GrGpuResource because this may be both a texture and a render
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.h 73 struct Track;
76 Vector<sp<Track> > mTracks;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResource.java 42 // Instead of track VCards by size in kilobytes, we track them by count.
  /packages/inputmethods/LatinIME/native/jni/src/utils/
byte_array_view.h 28 * Helper class used to keep track of read accesses for a given memory region.
60 * Helper class used to keep track of read-write accesses for a given memory region.
  /frameworks/av/include/media/
AudioTrack.h 60 // loop start if loop count was not 0 for a static track.
65 EVENT_BUFFER_END = 5, // Playback has completed for a static track.
69 // back (after stop is called) for an offloaded track.
162 * Once created, the track needs to be started before it can be used.
167 * streamType: Select the type of audio stream this track is attached to
174 * frameCount: Minimum size of track PCM buffer in frames. This defines the
176 * latency of the track. The actual size selected by the AudioTrack could be
185 * frames have been consumed from track input buffer.
199 the track based on offloading or different channel configuration, etc.
220 /* Creates an audio track and registers it with AudioFlinger
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 146 for (TvTrackInfo track : mTrackList) {
147 if (track.getType() == TvTrackInfo.TYPE_VIDEO) {
148 notifyTrackSelected(TvTrackInfo.TYPE_VIDEO, track.getId());
152 for (TvTrackInfo track : mTrackList) {
153 if (track.getType() == TvTrackInfo.TYPE_AUDIO) {
154 notifyTrackSelected(TvTrackInfo.TYPE_AUDIO, track.getId());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLimit.java 82 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation); local
83 Vector3f[] translations = track.getTranslations();
88 track.setKeyframes(track.getTimes(), translations, track.getRotations(), track.getScales());
ConstraintRotLimit.java 87 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation); local
88 Quaternion[] rotations = track.getRotations();
96 track.setKeyframes(track.getTimes(), track.getTranslations(), rotations, track.getScales());

Completed in 404 milliseconds

<<11121314151617181920>>