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

/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java35 * A GraphEnvironment provides a simple front-end to filter graph setup and execution using the
36 * mobile filter framework. Typically, you use a GraphEnvironment in the following fashion:
37 * 1. Instantiate a new GraphEnvironment instance.
42 * Note that it is possible to add multiple graphs and runners to a single GraphEnvironment.
46 public class GraphEnvironment extends MffEnvironment { class in inherits:MffEnvironment
84 * Create a new GraphEnvironment with default components.
86 public GraphEnvironment() { method in class:GraphEnvironment
91 * Create a new GraphEnvironment with a custom FrameManager and GraphReader. Specifying null
99 public GraphEnvironment(FrameManager frameManager, GraphReader reader) { method in class:GraphEnvironment

Completed in 54 milliseconds