Searched refs:trackCount (Results 1 – 1 of 1) sorted by relevance
88 int trackCount = extractor.getTrackCount(); in doCopyFile() local96 HashMap<Integer, Integer> indexMap = new HashMap<Integer, Integer>(trackCount); in doCopyFile()97 for (int i = 0; i < trackCount; i++) { in doCopyFile()