/external/v8/src/compiler/ |
control-builders.h | 39 // Tracks control flow for a conditional statement. 59 // Tracks control flow for an iteration statement. 88 // Tracks control flow for a switch statement. 121 // Tracks control flow for a block statement. 143 // Tracks control flow for a try-catch statement. 168 // Tracks control flow for a try-finally statement.
|
/frameworks/av/media/libmedia/ |
IMediaExtractor.cpp | 189 Vector<wp<IMediaSource>> tracks; member in struct:android::__anon27980 206 for (size_t i = 0; i < tracks.size(); i++) { 209 const sp<IMediaSource> source = tracks.itemAt(i).promote(); 230 if (instance.tracks.size() > 5) { 231 instance.tracks.resize(5); 233 instance.tracks.push_front(source);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiSettingsStore.java | 26 /* Tracks persisted settings for Wi-Fi and airplane mode interaction */ 37 /* Persisted state that tracks the wifi & airplane interaction from settings */ 39 /* Tracks current airplane mode state */ 42 /* Tracks the setting of scan being available even when wi-fi is turned off 48 /* Tracks if we have checked the saved wi-fi state after boot */ 160 * The settings app tracks the saved state, but the framework has to check it at boot to
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
ClosedCaptionFragment.java | 69 List<TvTrackInfo> tracks = getMainActivity().getTracks(TvTrackInfo.TYPE_SUBTITLE); local 70 if (tracks != null && !tracks.isEmpty()) { 85 for (final TvTrackInfo track : tracks) { 153 // 1. Tracks are not available because video is just started at this moment. 154 // 2. MainActivity will apply system settings when video's tracks are available.
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
EventDetector.java | 90 // we starts to interpret the zero tracks as a clearance of the caption tracks. 124 // Merges the audio and caption tracks located in PMT items into the tracks of the given 140 // we starts to interpret the zero tracks as a clearance of the caption tracks.
|
FileSourceEventDetector.java | 123 // we starts to interpret the zero tracks as a clearance of the caption tracks. 157 // Merges the audio and caption tracks located in PMT items into the tracks of the given 173 // we starts to interpret the zero tracks as a clearance of the caption tracks.
|
/frameworks/base/media/java/android/media/ |
SubtitleController.java | 32 * media source. It allows specifying which tracks to display, on which anchor 33 * to display them, and also allows adding external, out-of-band subtitle tracks. 116 * @return the available subtitle tracks for this media. These include 117 * the tracks found by {@link MediaPlayer} as well as any tracks added 122 SubtitleTrack[] tracks = new SubtitleTrack[mTracks.size()]; local 123 mTracks.toArray(tracks); 124 return tracks; 150 * tracks in {@link #getTracks}. 194 * 1. If captioning is disabled, only consider FORCED tracks. Otherwise [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
object_instance_track.html | 8 <link rel="stylesheet" href="/tracing/ui/tracks/object_instance_track.css"> 16 <link rel="import" href="/tracing/ui/tracks/track.html"> 21 tr.exportTo('tr.ui.tracks', function() { 32 'object-instance-track', tr.ui.tracks.Track); 35 __proto__: tr.ui.tracks.Track.prototype, 38 tr.ui.tracks.Track.prototype.decorate.call(this, viewport); 96 case tr.ui.tracks.DrawType.GENERAL_EVENT:
|
ruler_track.html | 8 <link rel="stylesheet" href="/tracing/ui/tracks/ruler_track.css"> 13 <link rel="import" href="/tracing/ui/tracks/track.html"> 18 tr.exportTo('tr.ui.tracks', function() { 24 var RulerTrack = tr.ui.b.define('ruler-track', tr.ui.tracks.Track); 32 __proto__: tr.ui.tracks.Track.prototype, 35 tr.ui.tracks.Track.prototype.decorate.call(this, viewport); 51 tr.ui.tracks.Track.prototype.detach.call(this); 65 case tr.ui.tracks.DrawType.GRID: 68 case tr.ui.tracks.DrawType.MARKERS:
|
cpu_track_test.html | 17 var CpuTrack = tr.ui.tracks.CpuTrack; 35 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 86 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport);
|
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 123 // tracks[i] should only be referenced if (mTrackNames & (1 << i)) != 0 125 track_t* t = mState.tracks; 138 track_t* t = mState.tracks; 171 track_t* t = &mState.tracks[n]; 243 ALOGE("AudioMixer::getTrackName out of available tracks"); 260 track_t &track = mState.tracks[name]; 282 const status_t status = mState.tracks[name].prepareForDownmix(); 435 track_t& track(mState.tracks[ name ]); 444 mState.tracks[name].unprepareForDownmix(); 446 mState.tracks[name].unprepareForReformat() [all...] |
TrackBase.h | 30 // next 2 states are currently used for fast tracks 31 // and offloaded tracks only 113 // for fast tracks and offloaded tracks only 145 const uint32_t mSampleRate; // initial sample rate only; for tracks which
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TrackHeaderBox.java | 30 * The default value of the track header flags for media tracks is 7 (track_enabled, track_in_movie, 31 * track_in_preview). If in a presentation all tracks have neither track_in_movie nor track_in_preview set, then all 32 * tracks shall be treated as if both flags were set on all tracks. Hint tracks should have the track header flags set
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
test.c | 88 unsigned int cnt, i, j, track, tracks, pkt_cnt, pkt_track; local 111 nestegg_track_count(ctx, &tracks); 114 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9); 117 for (i = 0; i < tracks; ++i) {
|
/development/ndk/platforms/android-21/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/external/icu/icu4c/source/i18n/ |
uitercollationiterator.h | 128 * pos tracks the current text index. 133 * pos tracks the current index in the normalized string. 139 * pos tracks the current index in the normalized string.
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
MediaStream.java | 63 // Tracks added in addTrack() call will be auto released once MediaStream.dispose() 92 // Remove and release previously added audio and video tracks. 103 // Remove, but do not release preserved video tracks.
|
/frameworks/av/include/ndk/ |
NdkMediaExtractor.h | 68 * Return the number of tracks in the previously specified media file 79 * getSampleTime only retrieve information for the subset of tracks selected. 87 * getSampleTime only retrieve information for the subset of tracks selected..
|
/packages/apps/TV/tests/unit/src/com/android/tv/menu/ |
TvOptionsRowAdapterTest.java | 99 List<TvTrackInfo> tracks = mActivity.getTracks(TvTrackInfo.TYPE_AUDIO); local 100 if (tracks != null) { 101 size = tracks.size();
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/media/ |
NdkMediaExtractor.h | 66 * Return the number of tracks in the previously specified media file 77 * getSampleTime only retrieve information for the subset of tracks selected. 85 * getSampleTime only retrieve information for the subset of tracks selected..
|