Home
last modified time | relevance | path

Searched refs:GraphRunner (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java96 private Set<GraphRunner> mRunners = new HashSet<GraphRunner>();
325 void addRunner(GraphRunner runner) { in addRunner()
391 for (GraphRunner runner : mRunners) { in stopRunners()
400 for (GraphRunner runner : mRunners) { in stopRunners()
409 for (GraphRunner runner : mRunners) { in resumeRunners()
423 for (GraphRunner runner : mRunners) { in waitUntilStopped()
435 for (GraphRunner runner : mRunners) { in tearDown()
H A DGraphRunner.java37 public final class GraphRunner { class
282 mThreadRunner.set(GraphRunner.this); in onInit()
318 listener.onSubGraphRunEnded(GraphRunner.this); in onStarve()
547 public void onGraphRunnerStopped(GraphRunner runner); in onGraphRunnerStopped()
564 public void onSubGraphRunEnded(GraphRunner runner); in onSubGraphRunEnded()
610 private static ThreadLocal<GraphRunner> mThreadRunner = new ThreadLocal<GraphRunner>();
620 public GraphRunner(MffContext context) { in GraphRunner() method in GraphRunner
632 public GraphRunner(MffContext context, Config config) { in GraphRunner() method in GraphRunner
641 public static GraphRunner current() { in current()
1010 mParams.listener.onGraphRunnerStopped(GraphRunner.this); in onRunnerStopped()
H A DFrameManager.java56 private GraphRunner mRunner;
264 GraphRunner runner = GraphRunner.current(); in current()
282 public GraphRunner getRunner() { in getRunner()
392 FrameManager(GraphRunner runner, int cacheType) { in FrameManager()
466 if (!mRunner.isRunning() || GraphRunner.current() != mRunner) { in assertInGraphRun()
H A DFilterGraph.java60 GraphRunner mRunner;
316 public void attachToRunner(GraphRunner runner) { in attachToRunner()
467 public GraphRunner run() { in run()
468 GraphRunner runner = getRunner(); in run()
482 public GraphRunner getRunner() { in getRunner()
484 GraphRunner runner = new GraphRunner(mContext); in getRunner()
H A DFilter.java752 GraphRunner runner = GraphRunner.current(); in assertIsPaused()
H A DFrameImage2D.java96 if (GraphRunner.current().isOpenGLSupported()) { in copyToFrame()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java26 import android.filterfw.core.GraphRunner;
76 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner()
188 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java25 public abstract class GraphRunner { class
51 public GraphRunner(FilterContext context) { in GraphRunner() method in GraphRunner
H A DAsyncRunner.java27 public class AsyncRunner extends GraphRunner{
71 if (result.status == GraphRunner.RESULT_SLEEPING) { in doInBackground()
H A DSyncRunner.java31 public class SyncRunner extends GraphRunner {
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java18 import androidx.media.filterfw.GraphRunner.Listener;
52 private GraphRunner mRunner;
75 public void onGraphRunnerStopped(GraphRunner runner) { in setUp()
/aosp14/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java29 import android.filterfw.core.GraphRunner;
40 private GraphRunner mRunner;
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterGraphEffect.java21 import android.filterfw.core.GraphRunner;
41 protected GraphRunner mRunner;
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java40 import androidx.media.filterfw.GraphRunner;
69 private GraphRunner mRunner;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15516 Landroid/filterfw/core/GraphRunner;->activateGlContext()Z
15517 Landroid/filterfw/core/GraphRunner;->close()V
15518 Landroid/filterfw/core/GraphRunner;->deactivateGlContext()V
15520 Landroid/filterfw/core/GraphRunner;->isRunning()Z
15522 Landroid/filterfw/core/GraphRunner;->RESULT_BLOCKED:I
15523 Landroid/filterfw/core/GraphRunner;->RESULT_ERROR:I
15524 Landroid/filterfw/core/GraphRunner;->RESULT_FINISHED:I
15525 Landroid/filterfw/core/GraphRunner;->RESULT_RUNNING:I
15526 Landroid/filterfw/core/GraphRunner;->RESULT_SLEEPING:I
15527 Landroid/filterfw/core/GraphRunner;->RESULT_STOPPED:I
[all …]