Searched refs:KEY_FEATURE_ (Results 1 – 5 of 5) sorted by relevance
1092 return mMap.containsKey(KEY_FEATURE_ + name); in containsFeature()1148 public static final String KEY_FEATURE_ = "feature-"; field in MediaFormat1310 Integer enabled = (Integer)mMap.get(KEY_FEATURE_ + feature); in getFeatureEnabled()1365 if (!name.startsWith(KEY_FEATURE_)) { in removeKey()1375 mMap.remove(KEY_FEATURE_ + name); in removeFeature()1528 return new UnprefixedKeySet(KEY_FEATURE_); in getKeys()1542 return new PrefixedKeySetWithPrefixRemoved(KEY_FEATURE_); in getFeatures()1567 setInteger(KEY_FEATURE_ + feature, enabled ? 1 : 0); in setFeatureEnabled()
727 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName); in isFormatSupported()1025 String key = MediaFormat.KEY_FEATURE_ + feat.mName; in CodecCapabilities()
759 constexpr char KEY_FEATURE_[] = "feature-"; variable
483 add(ConfigMapper(std::string(KEY_FEATURE_) + FEATURE_SecurePlayback, in initializeStandardParams()
37414 Landroid/media/MediaFormat;->KEY_FEATURE_:Ljava/lang/String;