Searched defs:FrameManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameManager.java27 public abstract class FrameManager { class
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java30 * The FrameManager tracks, caches, allocates and deallocates frame data.
31 * All Frame instances are managed by a FrameManager, and belong to exactly one of these. Frames
32 * cannot be shared across FrameManager instances, however multiple MffContexts may use the same
33 * FrameManager.
39 public class FrameManager { class
187 //Log.w("FrameManager", "Could not find backing for dimensions " + Arrays.toString(dimensions));
263 public static FrameManager current() {
269 * Returns the context that the FrameManager is bound to.
271 * @return the MffContext instance that the FrameManager is bound to.
278 * Returns the GraphRunner that the FrameManager i
392 FrameManager(GraphRunner runner, int cacheType) { method in class:FrameManager
[all...]

Completed in 131 milliseconds