Searched
full:tracks (Results
476 -
500 of
1333) sorted by null
<<11121314151617181920>>
/prebuilts/clang/host/linux-x86/3.8/ |
README.md | 10 * This branch tracks LLVM upstream directly and contains our Android-specific 23 * This branch tracks Clang upstream directly and contains our Android-specific 36 * This branch tracks compiler-rt upstream directly and contains our
|
/external/libmtp/ |
ChangeLog | 274 LIBMTP_Send_Track_From_Handler functions to get/send files/tracks 411 * src/libmtp.c: allow for playlists with zero tracks on them, 651 * examples/tracks.c: correct misleading strings. 776 * examples/tracks.c: dito. 781 * src/libmtp.c: recognize audio files as tracks, since this 843 * examples/sendtr.c: add transferred tracks to albums if possible. 928 tracks though, what's the point, and what does it mean if this [all...] |
/external/libmtp/examples/ |
Makefile.in | 37 bin_PROGRAMS = connect$(EXEEXT) detect$(EXEEXT) tracks$(EXEEXT) \ 117 am_tracks_OBJECTS = tracks.$(OBJEXT) util.$(OBJEXT) 276 tracks_SOURCES = tracks.c util.c util.h common.h 412 tracks$(EXEEXT): $(tracks_OBJECTS) $(tracks_DEPENDENCIES) 413 @rm -f tracks$(EXEEXT) 445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracks.Po@am__quote@
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 41 private final static int TEST_LOOP_FACTOR = 2; // # loops (>= 1) for static tracks 166 // audio tracks, so stop() cannot be called while we're still logging playback
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3string.h | 46 /** Base string class tracks the allocations and provides simple string 206 /** Definition of the string factory interface, which creates and tracks
|
/external/libweave/src/privet/ |
cloud_delegate.cc | 352 // |setup_weak_factory_| tracks the lifetime of callbacks used in connection 355 // |weak_factory_| tracks the lifetime of |this|.
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAGInstrs.h | 145 /// Tracks the last instruction(s) in this region defining each virtual 149 /// Tracks the last instructions in this region using each virtual register.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_context.h | 181 GLuint temp_flag; /* Tracks temporary regs which are in 185 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
EC3TrackImpl.java | 1 package com.googlecode.mp4parser.authoring.tracks; 119 trackMetaData.setTimescale(samplerate); // Audio tracks always use samplerate as timescale
|
/external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/ |
py_lucas_kanade.markdown | 88 simple application which tracks some points in a video. To decide the points, we use 134 # draw the tracks
|
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 968 modifying, and writing tracks in Standard MIDI Files (SMF).
[all...] |
/external/webrtc/talk/app/webrtc/objctests/ |
RTCPeerConnectionTest.mm | 67 // Create and add tracks to pc, with the given source, label, and IDs 138 // for audio and video tracks, resp. These mirror chrome historical naming.
|
/frameworks/av/services/audioflinger/ |
FastThread.cpp | 227 // To avoid an initial underrun on fast tracks after exiting standby, 228 // do not start pulling data from tracks and mixing until warmup is complete.
|
StateQueue.h | 24 // The interesting part of the shared state is a set of active fast tracks, 31 // under typical operations of mixing, writing, or adding/removing tracks
|
Threads.h | 336 // detach all tracks connected to an auxiliary effect 339 // chain, or TRACK_SESSION if tracks on this audio session exist, or both 480 MIXER_IDLE, // no active tracks 492 // handled for offloaded tracks 520 // the pending set of tracks to remove via Vector 'tracksToRemove'. The caller 522 // is safe to do so. That will drop the final ref count and destroy the tracks. [all...] |
/frameworks/base/core/tests/coretests/src/android/animation/ |
ViewPropertyAnimatorTest.java | 50 private boolean mStarted; // tracks whether we've received the onAnimationStart() callback 51 protected boolean mRunning; // tracks whether we've started the animator
|
/frameworks/native/include/gui/ |
BufferQueueCore.h | 280 // mBufferAge tracks the age of the contents of the most recently dequeued 302 // When shared buffer mode is enabled, this tracks which slot contains the
|
/frameworks/native/libs/gui/ |
ConsumerBase.cpp | 290 // If consumer no longer tracks this graphicBuffer, we can safely 322 // If consumer no longer tracks this graphicBuffer (we received a new
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
SupplicantStateTracker.java | 42 * Tracks the state changes in supplicant and provides functionality 64 /* Tracks if networks have been disabled during a connection */
|
/packages/apps/Music/res/values-en-rAU/ |
strings.xml | 149 <string name="sort_by_track" msgid="7662999005554152565">"Tracks"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/packages/apps/Music/res/values-en-rGB/ |
strings.xml | 149 <string name="sort_by_track" msgid="7662999005554152565">"Tracks"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/packages/apps/Music/res/values-en-rIN/ |
strings.xml | 149 <string name="sort_by_track" msgid="7662999005554152565">"Tracks"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/art/runtime/base/ |
allocator.h | 106 // Tracking allocator for use with STL types, tracks how much memory is used.
|
/art/runtime/jdwp/ |
object_registry.h | 56 // Tracks those objects currently known to the debugger, so we can use consistent ids when
|
/art/runtime/jit/ |
profile_saver.h | 117 // Collection of code paths that the profiles tracks.
|
Completed in 1167 milliseconds
<<11121314151617181920>>