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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java37 * The MffContext holds the state and resources of a Mobile Filter Framework processing instance.
38 * Though it is possible to create multiple MffContext instances, typical applications will rely on
39 * a single MffContext to perform all processing within the Mobile Filter Framework.
41 * The MffContext class declares two methods {@link #onPause()} and {@link #onResume()}, that are
45 public class MffContext { class
123 * Creates a new MffContext with the default configuration.
125 * An MffContext must be attached to a Context object of an application. You may create
129 * On older versions of Android, the MffContext may create a visible dummy view for the
132 * @param context The application context to attach the MffContext to.
134 public MffContext(Contex method in class:MffContext
154 public MffContext(Context context, Config config) { method in class:MffContext
[all...]

Completed in 180 milliseconds