HomeSort by relevance Sort by last modified time
    Searched defs:FrameManager (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 27 public abstract class FrameManager {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 30 * 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 {
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 is bound to
    [all...]

Completed in 429 milliseconds