Searched refs:GraphInputSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphInputSource.java11 public class GraphInputSource extends Filter { class in inherits:Filter
15 public GraphInputSource(MffContext context, String name) { method in class:GraphInputSource
H A DFilterGraph.java24 import androidx.media.filterpacks.base.GraphInputSource;
411 * Returns the GraphInputSource with the specified name.
414 * @return The GraphInputSource instance with the specified name.
416 public GraphInputSource getGraphInput(String name) {
418 if (result != null && result instanceof GraphInputSource) {
419 return (GraphInputSource)result;

Completed in 80 milliseconds