OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphRunner
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java
23
public abstract class
GraphRunner
{
49
public
GraphRunner
(FilterContext context) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java
27
* 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
{
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
", scheduleTime + ": Scheduling " + filter + "!")
[
all
...]
Completed in 32 milliseconds