Searched refs:KEY_FEATURE_ (Results 1 – 6 of 6) sorted by relevance
1864 return mMap.containsKey(KEY_FEATURE_ + name); in containsFeature()1920 public static final String KEY_FEATURE_ = "feature-"; field in MediaFormat2078 Integer enabled = (Integer)mMap.get(KEY_FEATURE_ + feature); in getFeatureEnabled()2133 if (!name.startsWith(KEY_FEATURE_)) { in removeKey()2143 mMap.remove(KEY_FEATURE_ + name); in removeFeature()2296 return new UnprefixedKeySet(KEY_FEATURE_); in getKeys()2310 return new PrefixedKeySetWithPrefixRemoved(KEY_FEATURE_); in getFeatures()2335 setInteger(KEY_FEATURE_ + feature, enabled ? 1 : 0); in setFeatureEnabled()
1035 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName); in isFormatSupported()1363 String key = MediaFormat.KEY_FEATURE_ + feat.mName; in CodecCapabilities()
779 std::string(KEY_FEATURE_) + FEATURE_MultipleFrames; in buildMediaCodecList()
539 add(ConfigMapper(std::string(KEY_FEATURE_) + FEATURE_SecurePlayback, in initializeStandardParams()
789 inline constexpr char KEY_FEATURE_[] = "feature-"; variable
27285 Landroid/media/MediaFormat;->KEY_FEATURE_:Ljava/lang/String;