Searched refs:streamsInfo (Results 1 – 1 of 1) sorted by relevance
1426 ArrayList<MandatoryStreamInformation> streamsInfo = new ArrayList<>(); in getAvailableMandatoryStreamCombinationsInternal() local1427 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryStreamCombinationsInternal()1461 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamCombinationsInternal()1466 streamCombination = new MandatoryStreamCombination(streamsInfo, in getAvailableMandatoryStreamCombinationsInternal()1566 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryStreamUseCaseCombinations() local1568 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryStreamUseCaseCombinations()1590 streamsInfo.add(streamInfo); in getAvailableMandatoryStreamUseCaseCombinations()1595 streamCombination = new MandatoryStreamCombination(streamsInfo, in getAvailableMandatoryStreamUseCaseCombinations()1635 ArrayList<MandatoryStreamInformation> streamsInfo = in getAvailableMandatoryConcurrentStreamCombinations() local1637 streamsInfo.ensureCapacity(combTemplate.mStreamTemplates.length); in getAvailableMandatoryConcurrentStreamCombinations()[all …]