Searched refs:supportedFormats (Results 1 – 3 of 3) sorted by relevance
77 int32_t supportedFormats[]; member81 DEFINE_AND_DESCRIBE_FLEX_C2STRUCT(VideoConfig, supportedFormats)85 C2FIELD(supportedFormats, "formats")
497 FormatVector supportedFormats; in getSupportedFormats() local500 supportedFormats.add(itemAt(i)->getFormat()); in getSupportedFormats()503 return supportedFormats; in getSupportedFormats()
4025 FormatVector supportedFormats = in getSurroundFormats() local4027 for (size_t j = 0; j < supportedFormats.size(); j++) { in getSurroundFormats()4028 if (mConfig.getSurroundFormats().count(supportedFormats[j]) != 0) { in getSurroundFormats()4029 formats.insert(supportedFormats[j]); in getSurroundFormats()4032 if (pair.second.count(supportedFormats[j]) != 0) { in getSurroundFormats()