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

<<31323334353637383940>>

  /frameworks/base/media/java/android/media/tv/
TvView.java 404 * Selects a track.
406 * @param type The type of the track to select. The type can be {@link TvTrackInfo#TYPE_AUDIO},
408 * @param trackId The ID of the track to select. {@code null} means to unselect the current
409 * track for a given type.
435 * Returns the ID of the selected track for a given type. Returns {@code null} if the
436 * information is not available or the track is not selected.
874 * This is called when the track information has been changed.
877 * @param tracks A list which includes track information.
886 * @param type The type of the track selected. The type can b
    [all...]
  /external/libvorbis/doc/
rfc5215.txt 9 Category: Standards Track August 2008
16 This document specifies an Internet standards track protocol for the
58 Barbato Standards Track [Page 1]
115 Barbato Standards Track [Page 2]
172 Barbato Standards Track [Page 3]
229 Barbato Standards Track [Page 4]
286 Barbato Standards Track [Page 5]
343 Barbato Standards Track [Page 6]
400 Barbato Standards Track [Page 7]
457 Barbato Standards Track [Page 8
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 247 // track decision if > 1 alts
389 // track decision if > 1 alts
425 // track the loop back / exit decision point
447 // track the loop back / exit decision point
660 $start.setSetValue(elements); // track set for use by code gen
669 $b.setSetValue(elements); // track set value of this block
791 * to track what's inside set for use in rewrite.
  /external/sonivox/docs/
JET_Programming_Manual.html 541 MIDI File Type 0, a MIDI file that contains a single track, but may be made up
547 MIDI File Type 1, a MIDI file that contains a one more tracks, and each track
549 data. By convention, each channel is stored on a separate track in an SMF-1
550 file. However, it is possible to have multiple MIDI channels on a single track,
556 <p class=MsoNormal><i style='mso-bidi-font-style:normal'>Track</i>: A single
557 track in a DAW containing a timed sequence of <st1:place w:st="on">MIDI</st1:place>
697 a decorative track that notifies the player of a successful attack, and
698 similarly, another track is temporarily un-muted to signify when the player
711 to the actual game event as possible. However, simply un-muting a track at the
720 accomplished by placing a number of short music clips on a decorative track. A <st1:place
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 37 #define CBLK_FORCEREADY 0x02 // set: track is considered ready immediately by AudioFlinger,
38 // clear: track is ready when buffer full
39 #define CBLK_INVALID 0x04 // track buffer invalidated by AudioFlinger, need to re-create
40 #define CBLK_DISABLED 0x08 // output track disabled by AudioFlinger due to underrun,
441 // ackFlush is true iff being called from Track::start to acknowledge a pending flush.
492 // Currently AudioFlinger will call framesReady() for a fast track from two threads:
548 // can cause a track to appear to have a large number
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 568 /* need send play position changed notification when track is changed */
675 byte[] track = new byte[TRACK_ID_SIZE];
677 /* If no track is currently selected, then return
685 /* track is stored in big endian format */
687 track[i] = (byte) (trackNumberRsp >> (56 - 8 * i));
689 registerNotificationRspTrackChangeNative(mTrackChangedNT, track);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 330 assertTrue("missing video track in test video", videoInputTrack != -1);
349 assertTrue("missing audio track in test video", audioInputTrack != -1);
504 assertTrue("output should have an audio track", foundAudio || !mCopyAudio);
605 Log.d(TAG, "format for track " + index + " is "
619 Log.d(TAG, "format for track " + index + " is "
    [all...]
MediaMuxerTest.java 65 * Test: make sure the muxer handles audio track only file correctly.
75 * Test: make sure the muxer handles video track only file correctly.
360 fail("format didn't match on track No." + i +
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 40 * to keep track of all possible states the NFA can be in after
47 * NFA could be in. We need to track the alt predicted by each
74 /** Track the transitions emanating from this DFA state. The List
161 * to simply track possible labels.
217 * As we add configurations to this DFA state, track the set of all possible
228 // track min alt rather than compute later
246 // this NFA state has a non-epsilon edge, track for fast
278 * As we add NFA configurations to a DFA state, we might as well track
771 if ( k > dfa.max_k ) { // track max k for entire DFA
  /frameworks/av/media/libmedia/
AudioRecord.cpp 180 ALOGE("Track already in use");
188 // stream type shouldn't be looked at, this track has audio attributes
502 ALOGW("AUDIO_INPUT_FLAG_FAST denied by client; transfer %d, track %u Hz, primary %u Hz",
567 ALOGE("AudioFlinger could not create record track, status: %d", status);
708 // previous and new IAudioRecord sequence numbers are used to detect track re-creation
720 // keep them from going away if another thread re-creates the track during obtainBuffer()
731 // re-create track, unless someone else has already done so
749 // Non-blocking if track is stopped
868 // Check for track invalidation
    [all...]
  /art/runtime/gc/collector/
semi_space.h 237 // Used for the generational mode. During a collection, keeps track
242 // Used for the generational mode. Keeps track of how many bytes of
247 // Used for the generational mode. Keeps track of how many bytes of
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 62 /** Keep track of the login task so can cancel it if requested */
65 /** Keep track of the progress dialog so we can dismiss it */
136 // can lose track of our dialog if there's an orientation change.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 35 * TODO: how to access the full token stream? How to track all tokens matched per rule?
54 /** By default, track all incoming tokens */
57 /** Track the last mark() call result value for use in rewind(). */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 47 * <remarks>TODO: how to access the full token stream? How to track all tokens matched per rule?</remarks>
71 /** <summary>By default, track all incoming tokens</summary> */
74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
LegacyCommonTokenStream.java 37 * TODO: how to access the full token stream? How to track all tokens matched per rule?
56 /** By default, track all incoming tokens */
59 /** Track the last mark() call result value for use in rewind(). */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 47 /** Track actual lexer rule defs so we don't get repeated token defs in
66 /** Track string literals (could be in tokens{} section) */
130 // track all lexer rules so we can look for token refs w/o
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 89 * A reference queue to track loss of pool entries to GC.
90 * The same queue is used to track loss of the connection manager,
95 /** A worker (thread) to track loss of pool entries to GC. */
  /external/clang/lib/CodeGen/
CodeGenPGO.h 60 /// Set the counter value for the current region. This is used to keep track
67 /// correctly track their parent counts.
178 /// Activate the counter by emitting an increment and starting to track
  /external/conscrypt/src/main/java/org/conscrypt/
FileClientSessionCache.java 53 * doesn't track last modified times.
61 * Map of name -> File. Keeps track of the order files were accessed in.
199 // Used to keep track of whether or not we're expanding the cache.
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 57 /// Use a SparseMultiSet to track physical registers. Storage is only
69 /// Track local uses of virtual registers. These uses are gathered by the DAG
135 /// Track the last instruction in this region defining each virtual register.
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 129 std::vector<GlobalVariable*> DeadGlobalVars; // Keep track of dead globals
133 DeadGlobalVars.push_back(I); // Keep track of dead globals
146 DeadFunctions.push_back(I); // Keep track of dead globals
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 248 * src/glsl/opt_copy_propagation.cpp to track available copies.
260 /* Copied values end up in GRFs, and we don't track reladdr
300 /* Track available source registers. */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 445 * Track whether front-buffer rendering is currently enabled
447 * A separate flag is used to track this in order to support MRT more
453 * Track whether front-buffer is the current read target.
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 198 @param indx Index of a frame in DPB (AVC library keeps track of the index).
207 @param indx Index of frame to be unbound (AVC library keeps track of the index).
212 /** Pointer to malloc function for general memory allocation, so that application can keep track of
  /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...]

Completed in 357 milliseconds

<<31323334353637383940>>