Searched refs:mGraph (Results 1 – 9 of 9) sorted by relevance
68 private FilterGraph mGraph; field in SmartCamera93 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()112 ((WaveTriggerFilter) mGraph.getFilter("snapEffect")).trigger(); in captureImages()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()263 mGraph = GraphReader.readXmlGraphResource(mContext, R.raw.camera_graph); in loadGraph()[all …]
42 protected FilterGraph mGraph; field in FilterGraphEffect71 mGraph = reader.readGraphString(graphString); in createGraph()76 if (mGraph == null) { in createGraph()79 mRunner = new SyncRunner(getFilterContext(), mGraph, mSchedulerClass); in createGraph()85 Filter src = mGraph.getFilter(mInputName); in apply()93 Filter dest = mGraph.getFilter(mOutputName); in apply()113 mGraph.tearDown(getFilterContext()); in release()114 mGraph = null; in release()
29 private FilterGraph mGraph; field in Scheduler32 mGraph = graph; in Scheduler()36 return mGraph; in getGraph()
56 private FilterGraph mGraph; field in GraphEnvironment.GraphHandle61 mGraph = graph; in GraphHandle()65 return mGraph; in getGraph()71 mAsyncRunner.setGraph(mGraph); in getAsyncRunner()78 mSyncRunner = new SyncRunner(environment, mGraph, RoundRobinScheduler.class); in getSyncRunner()
51 private FilterGraph mGraph; field in MffFilterTestCase71 mGraph = graphBuilder.build(); in setUp()72 mRunner = mGraph.getRunner(); in setUp()98 mGraph = null; in tearDown()105 FrameSourceFilter filter = (FrameSourceFilter) mGraph.getFilter("in_" + portName); in injectInputFrame()119 mRunner.start(mGraph); in process()
85 Filter replacer = mGraph.getFilter("replacer"); in BackDropperEffect()92 Filter background = mGraph.getFilter("background"); in setParameter()95 Filter background = mGraph.getFilter("background"); in setParameter()
46 private PointGraphView mGraph; field in RenderingJitter75 mGraph.addJitterSample(msg.arg1, msg.arg2);93 mGraph = findViewById(R.id.graph); in onCreate()
223 private final DependencyGraph mGraph = new DependencyGraph(); field in RelativeLayout394 final DependencyGraph graph = mGraph; in sortChildren()1031 DependencyGraph.Node node = mGraph.mKeyNodes.get(id); in getRelatedView()1038 node = mGraph.mKeyNodes.get((rules[relation])); in getRelatedView()
18565 Landroid/filterfw/core/Scheduler;->mGraph:Landroid/filterfw/core/FilterGraph;18802 Landroid/filterfw/GraphEnvironment$GraphHandle;->mGraph:Landroid/filterfw/core/FilterGraph;28556 Landroid/media/effect/FilterGraphEffect;->mGraph:Landroid/filterfw/core/FilterGraph;72256 Landroid/widget/RelativeLayout;->mGraph:Landroid/widget/RelativeLayout$DependencyGraph;