Home
last modified time | relevance | path

Searched refs:getOutputPortInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphExporter.java117 String color = filter.getSignature().getOutputPortInfo(portName).isRequired() in exportAsDot()
DSignature.java166 PortInfo getOutputPortInfo(String name) { in getOutputPortInfo() method in Signature
DFilter.java737 Signature.PortInfo info = getSignature().getOutputPortInfo(name); in newOutputPort()