Searched refs:KEY_FEATURE_ (Results 1 – 5 of 5) sorted by relevance
1414 return mMap.containsKey(KEY_FEATURE_ + name); in containsFeature()1470 public static final String KEY_FEATURE_ = "feature-"; field in MediaFormat1628 Integer enabled = (Integer)mMap.get(KEY_FEATURE_ + feature); in getFeatureEnabled()1683 if (!name.startsWith(KEY_FEATURE_)) { in removeKey()1693 mMap.remove(KEY_FEATURE_ + name); in removeFeature()1846 return new UnprefixedKeySet(KEY_FEATURE_); in getKeys()1860 return new PrefixedKeySetWithPrefixRemoved(KEY_FEATURE_); in getFeatures()1885 setInteger(KEY_FEATURE_ + feature, enabled ? 1 : 0); in setFeatureEnabled()
773 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName); in isFormatSupported()1077 String key = MediaFormat.KEY_FEATURE_ + feat.mName; in CodecCapabilities()
768 constexpr char KEY_FEATURE_[] = "feature-"; variable
513 add(ConfigMapper(std::string(KEY_FEATURE_) + FEATURE_SecurePlayback, in initializeStandardParams()
30163 Landroid/media/MediaFormat;->KEY_FEATURE_:Ljava/lang/String;