Home
last modified time | relevance | path

Searched refs:getOutputPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java236 public final OutputPort getOutputPort(String portName) { in getOutputPort() method in Filter
254 getOutputPort(name).pushFrame(frame); in pushOutput()
399 getOutputPort(name).close(); in closeOutputPort()
420 getOutputPort(portName).setBlocking(waits); in setWaitsOnOutputPort()
DFilterGraph.java92 OutputPort outPort = source.getOutputPort(outputName); in connect()