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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java38 public class FilterGraph { class
59 private String TAG = "FilterGraph";
61 public FilterGraph() { method in class:FilterGraph
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java39 * A FilterGraph instance contains a set of Filter instances connected by their output and input
46 public class FilterGraph { class
63 HashSet<FilterGraph> mSubGraphs = new HashSet<FilterGraph>();
66 private FilterGraph mParentGraph;
188 public FilterGraph build() {
199 public FilterGraph buildSubGraph(FilterGraph parentGraph) {
271 private FilterGraph buildWithParent(FilterGraph paren
552 private FilterGraph(MffContext context, FilterGraph parentGraph) { method in class:FilterGraph
[all...]

Completed in 1282 milliseconds