Searched refs:getInputPorts (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java70 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts);
128 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts);
165 static private Set<String> getInputPorts(Filter filter, boolean includeUnconnectedOptional) { method in class:GraphExporter
171 HashMap<String, Signature.PortInfo> signaturePorts = filter.getSignature().getInputPorts();
H A DSignature.java213 HashMap<String, PortInfo> getInputPorts() { method in class:Signature
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java139 for (Entry<String, PortInfo> inputPortEntry : signature.getInputPorts().entrySet()) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java182 for (InputPort port : filter.getInputPorts()) {
240 for (InputPort inputPort : filter.getInputPorts()) {
H A DFilter.java427 final Collection<InputPort> getInputPorts() { method in class:Filter

Completed in 125 milliseconds