/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
EditListBox.java | 37 * This box contains an explicit timeline map. Each entry defines part of the track time-line: by mapping part of 45 * Starting offsets for tracks (streams) are represented by an initial empty edit. For example, to play a track from 52 * <li>Segment-duration = 30 seconds (could be the length of the whole track)</li>
|
/frameworks/av/media/libstagefright/include/ |
AwesomePlayer.h | 340 // They are not representing the actual track 364 // when select is true, the given track is selected. 365 // otherwise, the given track is unselected.
|
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 186 const Attribs &track = mTracks.itemAt(index); local 187 ssize_t i = track.indexOfKey(AString(key)); 193 *value = track.valueAt(i);
|
/frameworks/base/docs/html/distribute/analyze/ |
measure.jd | 100 you expect for your business. You may want to track other important goals 125 One of the most common and easiest ways to track user behavior is with 160 own CRM systems. This enables cross-device reporting as you can track user
|
/frameworks/base/docs/html/training/tv/playback/ |
now-playing.jd | 123 <p>For the track currently playing, set the {@link android.media.MediaMetadata} with the 126 about the track such as the title, subtitle, and various icons. The following example assumes your 127 track's data is stored in a custom data class, {@code MediaData}.</p>
|
/hardware/libhardware/include/hardware/ |
bt_rc.h | 109 btrc_uid_t track; /* queue position in NowPlaying */ member in union:__anon24752 160 /** Callback for register notification (Play state change/track change/...) 242 /* Response to the register notification request (Play state change/track change/...).
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BaseRecyclerViewFastScrollBar.java | 34 * The track and scrollbar that shows when you scroll the list. 111 // Setter/getter for the track background alpha for animations 188 // Draw the scroll bar track and thumb
|
/art/runtime/jit/ |
jit_instrumentation.h | 45 // Keeps track of which methods are hot.
|
/art/test/090-loop-formation/src/ |
Main.java | 59 // GVN is limited to a maximum loop depth of 6. To track whether dependent passes are
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecCencPlayer.java | 164 Log.d(TAG, "audio track #" + i + " " + format + " " + mime + 181 Log.d(TAG, "audio track format #" + i + 201 Log.d(TAG, "video track #" + i + " " + format + " " + mime + 216 Log.d(TAG, "track format #" + i + " Duration:" +
|
MediaCodecTunneledPlayer.java | 130 Log.d(TAG, "audio track #" + i + " " + format + " " + mime + 148 Log.d(TAG, "audio track format #" + i + 166 Log.d(TAG, "video track #" + i + " " + format + " " + mime + 181 Log.d(TAG, "track format #" + i + " Duration:" +
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
Item.java | 72 * If this instance keeps track of its offset, then this method will
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttEnclosingMethod.java | 23 * Attribute class for standards-track {@code EnclosingMethod}
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CodeAddress.java | 23 * Pseudo-instruction which is used to track an address within a code
|
/dalvik/dx/src/com/android/dx/dex/file/ |
Item.java | 72 * If this instance keeps track of its offset, then this method will
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
RecyclingBitmapDrawable.java | 27 * A BitmapDrawable that keeps track of whether it is being displayed or cached.
|
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
PlaylistItem.java | 25 * PlaylistItem helps keep track of the current status of an media item.
|
/developers/samples/android/common/src/java/com/example/android/common/midi/synth/ |
SimpleAudioOutput.java | 45 * Create an audio track then call play().
|
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
PlaylistItem.java | 25 * PlaylistItem helps keep track of the current status of an media item.
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
RecyclingBitmapDrawable.java | 27 * A BitmapDrawable that keeps track of whether it is being displayed or cached.
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
PlaylistItem.java | 25 * PlaylistItem helps keep track of the current status of an media item.
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
RecyclingBitmapDrawable.java | 27 * A BitmapDrawable that keeps track of whether it is being displayed or cached.
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
PlaylistItem.java | 25 * PlaylistItem helps keep track of the current status of an media item.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreeadaptor.h | 58 /** Tree factory for producing new nodes as required without needing to track
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 64 * In general, the recognition exceptions can track where in a grammar a 84 * can retrieve the ith Token, we have to track the Token object. 101 * Track the line (1-based) at which the error occurred in case this is 102 * generated from a lexer. We need to track this since the
|