Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java54 private int mAutoBranchMode = AUTOBRANCH_OFF; field in FilterGraph
152 mAutoBranchMode = autoBranchMode; in setAutoBranchMode()
319 } else if (mAutoBranchMode == AUTOBRANCH_OFF) { in connectPorts()
325 if (mAutoBranchMode == AUTOBRANCH_SYNCED) { in connectPorts()