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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java495 * @param xmlSource the graph specified in XML.
499 public static FilterGraph readXmlGraph(MffContext context, String xmlSource) argument
501 FilterGraph.Builder builder = getBuilderForXmlString(context, xmlSource);
509 * @param xmlSource the graph specified in XML.
515 MffContext context, String xmlSource, FilterGraph parentGraph)
517 FilterGraph.Builder builder = getBuilderForXmlString(context, xmlSource);
514 readXmlSubGraph( MffContext context, String xmlSource, FilterGraph parentGraph) argument

Completed in 361 milliseconds