Home
last modified time | relevance | path

Searched refs:readGraphResource (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java41 public FilterGraph readGraphResource(Context context, int resourceId) throws GraphIOException { in readGraphResource() method in GraphReader
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java139 graph = getGraphReader().readGraphResource(context, resourceId); in loadGraph()