Searched refs:consolidatedCodecInfo (Results 1 – 1 of 1) sorted by relevance
83 public Set<String> consolidatedCodecInfo; field in BaseData.BaseInformation101 consolidatedCodecInfo = new LinkedHashSet<String>(); in BaseInformation()307 Set<String> Csfs = levelThree.get(i).consolidatedCodecInfo; in consolidateBaseofLevelTwo()371 levelThree.get(i).consolidatedCodecInfo = in consolidateBaseofLevelThree()372 new LinkedHashSet<String>(levelTwo.get(parentSubgroup).consolidatedCodecInfo); in consolidateBaseofLevelThree()377 levelThree.get(i).consolidatedCodecInfo.add(s); in consolidateBaseofLevelThree()