Home
last modified time | relevance | path

Searched defs:inputPorts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphExporter.java70 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot() local
128 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java316 LinkedList<InputPort> inputPorts = connection.getValue(); in connectPorts() local