Home
last modified time | relevance | path

Searched defs:tracks (Results 1 – 25 of 53) sorted by relevance

123

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DRandomTrackSelection.java70 public RandomTrackSelection(TrackGroup group, int... tracks) { in RandomTrackSelection()
82 public RandomTrackSelection(TrackGroup group, int[] tracks, long seed) { in RandomTrackSelection()
92 public RandomTrackSelection(TrackGroup group, int[] tracks, Random random) { in RandomTrackSelection()
DTrackSelection.java44 public final int[] tracks; field in TrackSelection.Definition
55 public Definition(TrackGroup group, int... tracks) { in Definition()
65 public Definition(TrackGroup group, int[] tracks, int reason, @Nullable Object data) { in Definition()
DBaseTrackSelection.java46 protected final int[] tracks; field in BaseTrackSelection
65 public BaseTrackSelection(TrackGroup group, int... tracks) { in BaseTrackSelection()
DAdaptiveTrackSelection.java271 int[] tracks, in createAdaptiveTrackSelection()
312 public AdaptiveTrackSelection(TrackGroup group, int[] tracks, in AdaptiveTrackSelection()
359 int[] tracks, in AdaptiveTrackSelection()
383 int[] tracks, in AdaptiveTrackSelection()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
DMovie.java25 List<Track> tracks = new LinkedList<Track>(); field in Movie
31 public void setTracks(List<Track> tracks) { in setTracks()
/external/skia/modules/skottie/tests/
DAudioLayer.cpp74 const std::vector<sk_sp<MockTracker>>& tracks() const { return fTracks; } in DEF_TEST() function in DEF_TEST::MockResourceProvider
100 const auto& tracks = rp->tracks(); in DEF_TEST() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DTrackSelectionView.java354 int[] tracks = getTracksRemoving(overrideTracks, trackIndex); in onTrackViewClicked() local
360 int[] tracks = getTracksAdding(overrideTracks, trackIndex); in onTrackViewClicked() local
383 private static int[] getTracksAdding(int[] tracks, int addedTrack) { in getTracksAdding()
389 private static int[] getTracksRemoving(int[] tracks, int removedTrack) { in getTracksRemoving()
/external/perfetto/ui/src/frontend/
Dkeyboard_event_handler.ts201 const tracks = globals.state.currentSelection.trackId ? constant
204 const area: Area = {startSec: range.startTs, endSec: range.endTs, tracks}; constant
/external/webrtc/pc/
Dmedia_stream.cc74 bool MediaStream::AddTrack(TrackVector* tracks, Track* track) { in AddTrack()
84 bool MediaStream::RemoveTrack(TrackVector* tracks, in RemoveTrack()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java38 Track[] tracks; field in AppendTrack
41 public AppendTrack(Track... tracks) throws IOException { in AppendTrack()
/external/mtools/
Dold_dos.c47 struct OldDos_t *getOldDosByParams(unsigned int tracks, in getOldDosByParams()
Dmtools.h54 unsigned int tracks; /* tracks */ member
83 unsigned int tracks; member
/external/perfetto/ui/src/tracks/process_summary/
Dcontroller.ts54 const tracks = trackQuery.columns[0].longValues!; constant
/external/perfetto/include/perfetto/tracing/
Dtrack_event_state_tracker.h89 std::map<uint64_t /*uuid*/, Track> tracks; member
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java119 private Mp4Track[] tracks; field in Mp4Extractor
390 List<Mp4Track> tracks = new ArrayList<>(); in processMoovAtom() local
682 private static long[][] calculateAccumulatedSampleSizes(Mp4Track[] tracks) { in calculateAccumulatedSampleSizes()
/external/perfetto/ui/src/controller/
Dflow_events_controller.ts157 const tracks = `(${trackIds.join(',')})`; constant
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.cc170 auto* tracks = context_->storage->mutable_track_table(); in GetDescriptorTrack() local
220 auto* tracks = context_->storage->mutable_track_table(); in GetDescriptorTrackImpl() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadHelperTest.java479 List<TrackSelection> trackSelectionList, TrackGroup trackGroup, int... tracks) { in assertSingleTrackSelectionEquals()
485 TrackSelection trackSelection, TrackGroup trackGroup, int... tracks) { in assertTrackSelectionEquals()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DFragmentedMp4Builder.java85 …protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, l… in sortTracksInSequence()
/external/libvpx/libvpx/
Dwebmdec.cc86 const mkvparser::Tracks *const tracks = segment->GetTracks(); in file_is_webm() local
/external/libwebm/
Dwebm_info.cc322 const mkvparser::Tracks* const tracks = segment.GetTracks(); in OutputTracks() local
834 const mkvparser::Tracks& tracks, const Options& options, in OutputCluster()
1066 const mkvparser::Tracks& tracks, const Options& options, in OutputCues()
1245 const mkvparser::Tracks* const tracks = segment->GetTracks(); in main() local
/external/libaom/libaom/common/
Dwebmdec.cc88 const mkvparser::Tracks *const tracks = segment->GetTracks(); in file_is_webm() local
/external/webrtc/sdk/android/api/org/webrtc/
DMediaStream.java139 List<? extends MediaStreamTrack> tracks, long nativeTrack) { in removeMediaStreamTrack()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DMediaPeriodAsserts.java231 public TestTrackSelection(TrackGroup trackGroup, int... tracks) { in TestTrackSelection()
/external/libwebm/testing/
Dtest_util.cc112 const mkvparser::Tracks* const tracks = segment->GetTracks(); in ValidateCues() local

123