Home
last modified time | relevance | path

Searched refs:getPrimaryInputFileSegments (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DJobCollection.java813 public int getPrimaryInputFileSegments() in getPrimaryInputFileSegments() method in JobCollection
823 return (getInputFilesCount() - getPrimaryInputFileSegments()); in getSecondaryInputFileSegments()
872 table[i][2] = i < getPrimaryInputFileSegments() ? new Integer(i) : new Integer(-i); in getCollectionAsTable()
925 …r += Resource.getString("JobCollection.PrimaryFileSegments") + " " + getPrimaryInputFileSegments(); in getShortSummary()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DMainProcess.java825 for (int a = 0; a < collection.getPrimaryInputFileSegments(); a++) in processCollection()
828 if (collection.getPrimaryInputFileSegments() == 0) in processCollection()
833 for (int a = collection.getPrimaryInputFileSegments(); a < inputfiles_size; a++) in processCollection()
836 if (collection.getPrimaryInputFileSegments() == inputfiles_size) in processCollection()
858 inputfiles_size = collection.getPrimaryInputFileSegments(); in processCollection()
891 if (i == 1 && collection.getPrimaryInputFileSegments() > 0) in processCollection()
892 i = collection.getPrimaryInputFileSegments(); in processCollection()
H A DStreamParserPVA.java74 if (job_processing.getFileNumber() < collection.getPrimaryInputFileSegments() - 1) in overlapPVA()
153 long starts[] = new long[collection.getPrimaryInputFileSegments()]; in parseStream()
426 … if (OverlapCheck && job_processing.getFileNumber() < collection.getPrimaryInputFileSegments() - 1) in parseStream()
826 if (job_processing.getFileNumber() < collection.getPrimaryInputFileSegments() - 1) in parseStream()
H A DStreamParserTS.java192 long starts[] = new long[collection.getPrimaryInputFileSegments()]; in parseStream()
1219 if (job_processing.getFileNumber() < collection.getPrimaryInputFileSegments() - 1) in parseStream()
1558 if (filenumber < collection.getPrimaryInputFileSegments() - 1) in checkNextJepssenKoscomSegment()
1595 if (filenumber < collection.getPrimaryInputFileSegments() - 1) in checkNextComagSegment()
H A DStreamParserPESPrimary.java151 long starts[] = new long[collection.getPrimaryInputFileSegments()]; in parseStream()
1086 if (job_processing.getFileNumber() < collection.getPrimaryInputFileSegments() - 1) in parseStream()
H A DStreamParserBase.java199 if (collection.getPrimaryInputFileSegments() > file_number) in nextFilePTS()
H A DStreamConverter.java1451 …for (int i = collection.getPrimaryInputFileSegments(), j = collection.getInputFilesCount(); i < j;… in scanSecondaryStreams()