Searched refs:supportedFormats (Results 1 – 4 of 4) sorted by relevance
212 FormatVector supportedFormats; in getSupportedFormats() local215 supportedFormats.push_back(profile->getFormat()); in getSupportedFormats()218 return supportedFormats; in getSupportedFormats()
77 int32_t supportedFormats[]; member81 DEFINE_AND_DESCRIBE_FLEX_C2STRUCT(VideoConfig, supportedFormats)85 C2FIELD(supportedFormats, "formats")
4118 FormatVector supportedFormats = in getSurroundFormats() local4120 for (size_t j = 0; j < supportedFormats.size(); j++) { in getSurroundFormats()4121 if (mConfig.getSurroundFormats().count(supportedFormats[j]) != 0) { in getSurroundFormats()4122 formats.insert(supportedFormats[j]); in getSurroundFormats()4125 if (pair.second.count(supportedFormats[j]) != 0) { in getSurroundFormats()
106055 Ljava/security/Provider$Service;->supportedFormats:[Ljava/lang/String;