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

<<21222324252627282930>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
TouchPointManager.java 6 * Singleton class to keep track of where the user last touched the screen.
  /packages/apps/Gallery2/
Android.mk 17 # Keep track of previously compiled RS files too (from bundled GalleryGoogle).
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageBubbleData.java 21 * Holds data for conversation message bubble which keeps track of whether it's been bound to
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLFrame.java 20 * A GLFrame is used to keep track of the start and end {@link GLCall} indices
  /frameworks/base/media/java/android/media/
MediaMuxer.java 262 * Adds a track with the specified format.
263 * @param format The media format for the track. This must not be an empty
265 * @return The track index for this newly added track, and it should be used
299 // Track index number is expected to incremented as addTrack succeed.
311 * the right tracks. Also, it needs to make sure the samples for each track
315 * @param trackIndex The track index for this sample.
SubtitleTrack.java 33 * A subtitle track abstract base class that is responsible for parsing and displaying
88 * Called when there is input data for the subtitle track. The
89 * complete subtitle for a track can include multiple whole units
100 * only at the deletion of the track object. Cues
109 * as well as when showing or hiding the subtitle track, or when the video
112 * @return the widget that renders this subtitle track. For most renderers
114 * tracks supported by that renderer, as at most one subtitle track
344 final SubtitleTrack track = this; local
352 synchronized (track) {
612 /** @hide whether this is a text track who fires events instead getting rendered *
    [all...]
MediaSync.java 106 * For audio, the client needs to set up audio track correctly, e.g., using {@link
134 /** Audio track failed.
324 * Sets the audio track for MediaSync.
330 * @throws IllegalStateException if setting the audio track is not supported, e.g.
331 * not in the Initialized state, or another audio track has already been set.
359 * call instead of calling it directly on the track, so that the sync is aware of
362 * This call also works if there is no audio track.
371 * @throws IllegalStateException if the internal sync engine or the audio track has not
389 * @throws IllegalStateException if the internal sync engine or the audio track has not
431 * All pending unprocessed audio and video buffers are discarded. If an audio track wa
    [all...]
AudioTrack.java 308 * HW_AV_SYNC track AV Sync Header
312 * HW_AV_SYNC track audio data bytes remaining to write after current AV sync header
351 * <p> If the track's creation mode is {@link #MODE_STATIC},
353 * <p> If the track's creation mode is {@link #MODE_STREAM},
385 * will be created for this track if none is supplied.
701 final AudioTrack track = new AudioTrack( local
703 if (track.getState() == STATE_UNINITIALIZED) {
707 return track;
2486 AudioTrack track = (AudioTrack)((WeakReference)audiotrack_ref).get(); local
    [all...]
MediaPlayer.java 242 * This callback allows applications to keep track of the buffering status
295 * track of the playback progress.</li>
2084 SubtitleTrack track = p.second; local
2318 SubtitleTrack track = mSubtitleController.addTrack( local
2472 final SubtitleTrack track = mSubtitleController.addTrack(fFormat); local
2649 SubtitleTrack track = p.second; local
    [all...]
  /external/libmtp/examples/
sendtr.c 3 * Example program to send a music track to a device.
59 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n");
176 printf("Sending track %s to %s\n",from_path,to_path);
197 printf("Not a valid track codec: \"%s\"\n", LIBMTP_Get_Filetype_Description(trackmeta->filetype));
236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL )
267 printf("Sending track:\n");
307 printf("Track no: %d\n", tracknum);
349 printf("Sending track...\n");
353 printf("Error sending track.\n");
357 printf("New track ID: %d\n", trackmeta->item_id)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
biconnected.py 67 (DFS) that keeps track of the highest level that back edges reach
71 `n` in the DFS tree. By keeping track of all the edges traversed
136 (DFS) that keeps track of the highest level that back edges reach
140 `n` in the DFS tree. By keeping track of all the edges traversed
203 (DFS) that keeps track of the highest level that back edges reach
207 `n` in the DFS tree. By keeping track of all the edges traversed
268 (DFS) that keeps track of the highest level that back edges reach
272 `n` in the DFS tree. By keeping track of all the edges traversed
347 (DFS) that keeps track of the highest level that back edges reach
351 `n` in the DFS tree. By keeping track of all the edges traverse
    [all...]
  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 163 // The active track mask and track states are updated non-atomically.
165 // then we might display an obsolete track or omit an active track.
167 // of whether we think the track is active.
  /frameworks/base/docs/html/training/gestures/
movement.jd 17 <li><a href="#velocity">Track Velocity</a></li>
43 <p>This lesson describes how to track movement in touch events.</p>
63 <p>There are several different ways to track movement in a gesture, depending on
87 <h2 id="velocity">Track Velocity</h2>
96 android.view.VelocityTracker} helps you track the velocity of touch events. This
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /external/libmtp/src/
libmtp.h 158 * Test if filetype is a track.
159 * Use this to determine if the File API or Track API
623 * MTP track struct
628 uint32_t storage_id; /**< ID of storage holding this track */
629 char *title; /**< Track title */
632 char *genre; /**< Genre name for track */
633 char *album; /**< Album name for track */
635 char *filename; /**< Original filename of this track */
636 uint16_t tracknumber; /**< Track number (in sequence on recording) */
645 uint64_t filesize; /**< Size of track file in bytes *
    [all...]
libmtp.h.in 156 * Test if filetype is a track.
157 * Use this to determine if the File API or Track API
621 * MTP track struct
626 uint32_t storage_id; /**< ID of storage holding this track */
627 char *title; /**< Track title */
630 char *genre; /**< Genre name for track */
631 char *album; /**< Album name for track */
633 char *filename; /**< Original filename of this track */
634 uint16_t tracknumber; /**< Track number (in sequence on recording) */
643 uint64_t filesize; /**< Size of track file in bytes *
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 147 const FLAC__StreamMetadata_CueSheet_Track *track = metadata->data.cue_sheet.tracks + i; local
149 if(!FLAC__bitwriter_write_raw_uint64(bw, track->offset, FLAC__STREAM_METADATA_CUESHEET_TRACK_OFFSET_LEN))
151 if(!FLAC__bitwriter_write_raw_uint32(bw, track->number, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUMBER_LEN))
154 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))
156 if(!FLAC__bitwriter_write_raw_uint32(bw, track->type, FLAC__STREAM_METADATA_CUESHEET_TRACK_TYPE_LEN))
158 if(!FLAC__bitwriter_write_raw_uint32(bw, track->pre_emphasis, FLAC__STREAM_METADATA_CUESHEET_TRACK_PRE_EMPHASIS_LEN))
162 if(!FLAC__bitwriter_write_raw_uint32(bw, track->num_indices, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUM_INDICES_LEN))
164 for(j = 0; j < track->num_indices; j++) {
165 const FLAC__StreamMetadata_CueSheet_Index *indx = track->indices + j;
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 278 * This is called when the track information of the session has been changed.
281 * @param tracks A list which includes track information.
287 * This is called when a track for a given type is selected.
290 * @param type The type of the selected track. The type can be
293 * @param trackId The ID of the selected track. When {@code null} the currently selected
294 * track for a given type should be unselected.
766 TvTrackInfo track = record.mSession.getVideoTrackToNotify();
767 if (track != null) {
768 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight())
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 170 int track;
183 track = sklass->trackObjects;
184 if (track) {
203 (track ? VOIDFUNC(SWIG_RubyRemoveTracking) : 0 )
206 /* If tracking is on for this class then track this object. */
207 if (track) {
282 int track = 0;
285 track = sklass->trackObjects;
288 if (track) {
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 691 // initialize track
720 // check if the existing track has the same sample id.
722 // the sample rate may fail to change if the audio track is a fast track.
725 ALOGV("reusing track %p for sample %d", mAudioTrack.get(), sample->sampleID());
729 // mToggle toggles each time a track is started on a given channel.
732 // audio track while the new one is being started and avoids processing them with
738 // do not create a new audio track if current track is compatible with sample parameters
762 ALOGV("using new track %p for sample %d", newTrack.get(), sample->sampleID())
    [all...]
  /external/clang/docs/
MemorySanitizer.rst 111 MemorySanitizer can track origins of unitialized values, similar to
112 Valgrind's --track-origins option. This feature is enabled by
113 ``-fsanitize-memory-track-origins=2`` (or simply
114 ``-fsanitize-memory-track-origins``) Clang option. With the code from
131 % clang -fsanitize=memory -fsanitize-memory-track-origins=2 -fno-omit-frame-pointer -g -O2 umr2.cc
151 Clang option ``-fsanitize-memory-track-origins=1`` enabled a slightly
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 115 EAS_U8 msBitCount; /* count keeps track of MS bits */
116 EAS_U8 msBitMask; /* mask keeps track of MS bits */
117 EAS_U8 msBitValue; /* value keeps track of MS bits */
118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */
119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 115 EAS_U8 msBitCount; /* count keeps track of MS bits */
116 EAS_U8 msBitMask; /* mask keeps track of MS bits */
117 EAS_U8 msBitValue; /* value keeps track of MS bits */
118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */
119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 115 EAS_U8 msBitCount; /* count keeps track of MS bits */
116 EAS_U8 msBitMask; /* mask keeps track of MS bits */
117 EAS_U8 msBitValue; /* value keeps track of MS bits */
118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */
119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 271 Word16 i, j, k, track, index, _sign[NB_PULSE];
292 // track = pos%5
293 track = sub (i, extract_l (L_shr (L_mult (index, 5), 1)));
308 if (indx[track] < 0)
310 indx[track] = index;
314 if (((index ^ indx[track]) & 8) == 0)
318 if (sub (indx[track], index) <= 0)
320 indx[track + 5] = index;
324 indx[track + 5] = indx[track];
409 Word16 i, k, track, index, _sign[NB_PULSE]; local
    [all...]

Completed in 304 milliseconds

<<21222324252627282930>>