Searched refs:supportedFormat (Results 1 – 2 of 2) sorted by relevance
604 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharskeysByFormat() local605 if (supportedFormat.fourcc != fourcc) { in initOutputCharskeysByFormat()611 streamConfigurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()612 streamConfigurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()617 for (const auto& fr : supportedFormat.frameRates) { in initOutputCharskeysByFormat()629 minFrameDurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()630 minFrameDurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()642 stallDurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()643 stallDurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()662 for (const auto& supportedFormat : mSupportedFormats) { in calculateMinFps() local[all …]
2512 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local2513 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()