/frameworks/av/services/audioflinger/ |
D | AudioMixer.cpp | 132 track_t* t = mState.tracks; in AudioMixer() 164 track_t* t = mState.tracks; in ~AudioMixer() 187 track_t* t = &mState.tracks[n]; in getTrackName() 220 status_t status = initTrackDownmix(&mState.tracks[n], n, channelMask); in getTrackName() 378 track_t& track(mState.tracks[ name ]); in deleteTrackName() 387 unprepareTrackForDownmix(&mState.tracks[name], name); in deleteTrackName() 396 track_t& track = mState.tracks[name]; in enable() 409 track_t& track = mState.tracks[name]; in disable() 422 track_t& track = mState.tracks[name]; in setParameter() 439 initTrackDownmix(&mState.tracks[name], name, mask); in setParameter() [all …]
|
D | AudioMixer.h | 227 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32))); member
|
/frameworks/base/media/java/android/media/ |
D | SubtitleController.java | 121 SubtitleTrack[] tracks = new SubtitleTrack[mTracks.size()]; in getTracks() local 122 mTracks.toArray(tracks); in getTracks() 123 return tracks; in getTracks()
|
D | MediaPlayer.java | 1851 TrackInfo[] tracks = getInbandTrackInfo(); in scanInternalSubtitleTracks() local 1852 SubtitleTrack[] inbandTracks = new SubtitleTrack[tracks.length]; in scanInternalSubtitleTracks() 1853 for (int i=0; i < tracks.length; i++) { in scanInternalSubtitleTracks() 1854 if (tracks[i].getTrackType() == TrackInfo.MEDIA_TRACK_TYPE_SUBTITLE) { in scanInternalSubtitleTracks() 1859 tracks[i].getFormat()); in scanInternalSubtitleTracks()
|
/frameworks/native/opengl/specs/ |
D | README | 4 The table below tracks usage of EGL enumerant values that have been reserved
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 101 tracks, and each track may in turn be made up of one or more channels of MIDI 104 channels on a single track, or multiple tracks that contain data for the same MIDI 110 Channels. A MIDI file may contain many tracks with several tracks utilizing the 155 Each segment can contain alternate music tracks that can be muted or un-muted 186 tracks are un-muted to increase the tension.</p> 205 un-muting of tracks to events in the music. For example, in the FPS game, it would 210 beginning, but then it wouldn't be synchronized with the other music tracks.</p> 542 Shows the MIDI <b>tracks</b> (not channels) 843 mutes all tracks in the current segment</p> 846 unmutes all tracks in the current segment</p> [all …]
|
/frameworks/base/services/java/com/android/server/wifi/ |
D | README.txt | 1 …, battery state, sleep policy) go as input into the WifiController which tracks high level states …
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 847 const mkvparser::Tracks *tracks = mSegment->GetTracks(); in addTracks() local 849 for (size_t index = 0; index < tracks->GetTracksCount(); ++index) { in addTracks() 850 const mkvparser::Track *track = tracks->GetTrackByIndex(index); in addTracks()
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 309 size_t tracks = group->countTracks(); in selectTrack() local 310 if (ii < tracks) { in selectTrack() 317 ii -= tracks; in selectTrack()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 29 <li><a href="#TextTracks">Timed text tracks</a></li> 365 <h3 id="TextTracks">Timed text tracks</h3> 367 <p>The {@link android.media.MediaPlayer} now handles both in-band and out-of-band text tracks. 368 In-band text tracks come as a text track within an MP4 or 3GPP media source. Out-of-band text 369 tracks can be added as an external text source via {@link 372 the refreshed list of all available tracks in a data source.</p>
|
D | android-2.3-highlights.jd | 358 soundstage), and reverb to audio tracks and sounds. Developers can mix multiple 360 tracks.</p>
|
D | android-4.4.jd | 309 … method mentioned above, in order to increase the volume of spoken audio tracks while other media … 325 <p>To allow users to rate your tracks from a remote controller:</p> 336 …tp://dev.w3.org/html5/webvtt/" class="external-link">WebVTT</a> subtitle tracks when playing HTTP … 338 <p>You can also provide {@link android.widget.VideoView} with your WebVTT subtitle tracks using the…
|
D | android-2.3.jd | 351 system tracks multiple pointer IDs separately during a motion event, and 477 <li>The {@link android.location.LocationManager} now tracks application
|
D | android-4.0-highlights.jd | 120 constant touch with incoming messages, play music tracks, see real-time updates 174 listening to music, users can even manage music tracks and see album art. </p> 829 service identifies and tracks faces in a preview and returns their screen
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_overview.jd | 99 handles and tracks ownership for in-app products and subscriptions on your
|
/frameworks/wilhelm/tests/sandbox/ |
D | xaplay.c | 732 printf(" tracks = %u\n", midiStreamInformation.tracks); in main()
|
/frameworks/base/docs/html/training/gestures/ |
D | detector.jd | 77 <p>The gesture starts when the user first touches the screen, continues as the system tracks
|
D | scale.jd | 70 original pointer and any follow-on pointers. To do this, it tracks the
|
/frameworks/base/docs/html/design/patterns/ |
D | widgets.jd | 44 …s are music app widgets that allow the user to play, pause or skip music tracks from outside the a…
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 309 // The BroadcastReceiver that tracks network connectivity changes.
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 213 <p> In order to keep all your APKs on separate "tracks," it’s important to have a good version code
|
D | api.jd | 297 <p> In order to keep all your APKs on separate "tracks", it’s important to have a good version code
|
D | screensize.jd | 244 <p> In order to keep all your APKs on separate "tracks", it’s important to have a good version code
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | sip.jd | 250 android.net.sip.SipManager}. This tracks whether the {@link
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 206 albums, and tracks" for a music application, or "Saved notes" for a notepad application.</dd>
|