Home
last modified time | relevance | path

Searched refs:KeyValueMap (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java22 import android.filterfw.core.KeyValueMap;
35 protected KeyValueMap mReferences = new KeyValueMap();
39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException; in readKeyValueAssignments()
61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
DTextGraphReader.java30 import android.filterfw.core.KeyValueMap;
44 private KeyValueMap mBoundReferences;
45 private KeyValueMap mSettings;
106 private KeyValueMap mParams;
108 public InitFilterCommand(KeyValueMap params) { in InitFilterCommand()
164 mBoundReferences = new KeyValueMap(); in reset()
165 mSettings = new KeyValueMap(); in reset()
265 KeyValueMap params = readKeyValueAssignments(scanner, curlyClosePattern); in parseString()
310 KeyValueMap assignment = readKeyValueAssignments(scanner, semicolonPattern); in parseString()
324 KeyValueMap setting = readKeyValueAssignments(scanner, semicolonPattern); in parseString()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DKeyValueMap.java27 public class KeyValueMap extends HashMap<String, Object> { class
45 public static KeyValueMap fromKeyValues(Object... keyValues) { in fromKeyValues()
46 KeyValueMap result = new KeyValueMap(); in fromKeyValues()
DFilter.java99 public final void initWithValueMap(KeyValueMap valueMap) { in initWithValueMap()
112 KeyValueMap valueMap = new TextGraphReader().readKeyValueAssignments(assignments); in initWithAssignmentString()
120 KeyValueMap valueMap = new KeyValueMap(); in initWithAssignmentList()
126 KeyValueMap valueMap = new KeyValueMap(); in init()
545 private final void initFinalPorts(KeyValueMap values) { in initFinalPorts()
551 private final void initRemainingPorts(KeyValueMap values) { in initRemainingPorts()
557 private final void addAndSetFinalPorts(KeyValueMap values) { in addAndSetFinalPorts()
611 private final void setInitialInputValues(KeyValueMap values) { in setInitialInputValues()
DFilterFunction.java43 public Frame execute(KeyValueMap inputMap) { in execute()
97 return execute(KeyValueMap.fromKeyValues(inputs)); in executeWithArgList()
DFrameFormat.java60 protected KeyValueMap mMetaData;
169 result.mMetaData = mMetaData == null ? null : (KeyValueMap)mMetaData.clone(); in mutableCopy()
373 public static String metaDataToString(KeyValueMap metaData) { in metaDataToString()
DMutableFrameFormat.java93 mMetaData = new KeyValueMap(); in setMetaValue()
DFilterGraph.java330 KeyValueMap branchParams = new KeyValueMap(); in connectPorts()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15101 Landroid/filterfw/core/Filter;->addAndSetFinalPorts(Landroid/filterfw/core/KeyValueMap;)V
15135 Landroid/filterfw/core/Filter;->initFinalPorts(Landroid/filterfw/core/KeyValueMap;)V
15137 Landroid/filterfw/core/Filter;->initRemainingPorts(Landroid/filterfw/core/KeyValueMap;)V
15139 Landroid/filterfw/core/Filter;->initWithValueMap(Landroid/filterfw/core/KeyValueMap;)V
15171 Landroid/filterfw/core/Filter;->setInitialInputValues(Landroid/filterfw/core/KeyValueMap;)V
15219 Landroid/filterfw/core/FilterFunction;->execute(Landroid/filterfw/core/KeyValueMap;)Landroid/filter…
15393 Landroid/filterfw/core/FrameFormat;->metaDataToString(Landroid/filterfw/core/KeyValueMap;)Ljava/lan…
15394 Landroid/filterfw/core/FrameFormat;->mMetaData:Landroid/filterfw/core/KeyValueMap;
15543 Landroid/filterfw/core/KeyValueMap;-><init>()V
15544 Landroid/filterfw/core/KeyValueMap;->getFloat(Ljava/lang/String;)F
[all …]