Home
last modified time | relevance | path

Searched refs:currentSegmentIndex (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/
DOggPacket.java34 private int currentSegmentIndex = C.INDEX_UNSET; field in OggPacket
44 currentSegmentIndex = C.INDEX_UNSET; in reset()
68 if (currentSegmentIndex < 0) { in populate()
82 currentSegmentIndex = segmentIndex; in populate()
85 int size = calculatePacketSize(currentSegmentIndex); in populate()
86 int segmentIndex = currentSegmentIndex + segmentCount; in populate()
96 currentSegmentIndex = segmentIndex == pageHeader.pageSegmentCount ? C.INDEX_UNSET in populate()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeDataSource.java70 private int currentSegmentIndex; field in FakeDataSource
124 currentSegmentIndex = 0; in open()
133 currentSegmentIndex++; in open()
153 if (currentSegmentIndex == fakeData.getSegments().size() || bytesRemaining == 0) { in read()
156 Segment current = fakeData.getSegments().get(currentSegmentIndex); in read()
162 currentSegmentIndex++; in read()
165 currentSegmentIndex++; in read()
182 currentSegmentIndex++; in read()
200 if (fakeData != null && currentSegmentIndex < fakeData.getSegments().size()) { in close()
201 Segment current = fakeData.getSegments().get(currentSegmentIndex); in close()
/external/sonivox/jet_tools/JetCreator/
DJetAudition.py68 self.currentSegmentIndex = None
230 self.currentSegmentIndex = event.m_itemIndex
235 if self.currentSegmentIndex == None:
241 if self.currentSegmentIndex == None:
247 if self.currentSegmentIndex == None:
253 if self.currentSegmentIndex == None:
259 if self.currentSegmentIndex == None:
262 segNum = self.currentSegmentIndex
409 segNum = self.currentSegmentIndex
DJetCreator.py64 self.currentSegmentIndex = None
289 self.currentSegmentIndex = None
391 self.currentSegmentIndex = event.m_itemIndex
410 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
464 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
557 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
584 … saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
607 self.UndoAdd(JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex))
611 self.currentSegmentIndex = state.currentSegmentIndex
612 if self.currentSegmentIndex != None:
[all …]
DJetUtils.py94 def __init__ (self, jet_file, currentSegmentIndex, currentEventIndex): argument
96 self.currentSegmentIndex = currentSegmentIndex