Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DSmartCamera.java93 mGraph.getVariable("gallerySource").setValue(filePath + "/" + fileName); in runGraphOnImage()
95 mGraph.getVariable("imageName").setValue(fileName); in runGraphOnImage()
96 mGraph.getVariable("filePath").setValue(filePath); // wrong in runGraphOnImage()
113 mGraph.getVariable("startCapture").setValue(false); in captureImages()
202 mGraph.getVariable("startCapture").setValue(true); in onCreate()
206 boolean tmp = (Boolean) mGraph.getVariable("startCapture").getValue(); in onCreate()
228 mGraph.getVariable("startCapture").setValue(false); in onCreate()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFilterGraph.java386 public VariableSource getVariable(String name) { in getVariable() method in FilterGraph