Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/av/services/audioflinger/
DAudioMixer.cpp132 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 …]
DAudioMixer.h227 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32))); member
/frameworks/base/media/java/android/media/
DSubtitleController.java121 SubtitleTrack[] tracks = new SubtitleTrack[mTracks.size()]; in getTracks() local
122 mTracks.toArray(tracks); in getTracks()
123 return tracks; in getTracks()
DMediaPlayer.java1851 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/
DREADME4 The table below tracks usage of EGL enumerant values that have been reserved
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd101 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/
DREADME.txt1 …, battery state, sleep policy) go as input into the WifiController which tracks high level states …
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp847 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/
DM3UParser.cpp309 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/
Dandroid-4.1.jd29 <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>
Dandroid-2.3-highlights.jd358 soundstage), and reverb to audio tracks and sounds. Developers can mix multiple
360 tracks.</p>
Dandroid-4.4.jd309 … 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…
Dandroid-2.3.jd351 system tracks multiple pointer IDs separately during a motion event, and
477 <li>The {@link android.location.LocationManager} now tracks application
Dandroid-4.0-highlights.jd120 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/
Dbilling_overview.jd99 handles and tracks ownership for in-app products and subscriptions on your
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c732 printf(" tracks = %u\n", midiStreamInformation.tracks); in main()
/frameworks/base/docs/html/training/gestures/
Ddetector.jd77 <p>The gesture starts when the user first touches the screen, continues as the system tracks
Dscale.jd70 original pointer and any follow-on pointers. To do this, it tracks the
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd44 …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/
Dmanaging.jd309 // The BroadcastReceiver that tracks network connectivity changes.
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd213 <p> In order to keep all your APKs on separate "tracks," it’s important to have a good version code
Dapi.jd297 <p> In order to keep all your APKs on separate "tracks", it’s important to have a good version code
Dscreensize.jd244 <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/
Dsip.jd250 android.net.sip.SipManager}. This tracks whether the {@link
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd206 albums, and tracks" for a music application, or "Saved notes" for a notepad application.</dd>

12