Searched refs:peerInputs (Results 1 – 1 of 1) sorted by relevance
123 Set<EncodingOption> peerInputs = otherOptions.getInputEncodingSet(); in getBestConfiguration() local124 peerInputs.retainAll(mOutputEncodings); in getBestConfiguration()126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) { in getBestConfiguration()135 if (!peerInputs.isEmpty()) { in getBestConfiguration()136 bestInput = peerInputs.iterator().next(); in getBestConfiguration()