Searched defs:GraphRunner (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java23 public abstract class GraphRunner { class
49 public GraphRunner(FilterContext context) { method in class:GraphRunner
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java27 * A GraphRunner schedules and executes the filter nodes of a graph.
29 * Typically, you create a GraphRunner given a FilterGraph instance, and execute it by calling
37 public final class GraphRunner { class
238 Log.w("GraphRunner", "Event queue processing was interrupted.");
282 mThreadRunner.set(GraphRunner.this);
318 listener.onSubGraphRunEnded(GraphRunner.this);
374 Log.w("GraphRunner", "State is not running! (" + mState.current() + ")");
406 Log.v("GraphRunner", "CLOSING FILTERS");
411 Log.i("GraphRunner", "Closing Filter " + filters[i] + "!");
425 Log.i("GraphRunner", scheduleTim
620 public GraphRunner(MffContext context) { method in class:GraphRunner
632 public GraphRunner(MffContext context, Config config) { method in class:GraphRunner
[all...]

Completed in 82 milliseconds