Searched refs:supportedFormat (Results 1 – 2 of 2) sorted by relevance
593 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharskeysByFormat() local594 if (supportedFormat.fourcc != fourcc) { in initOutputCharskeysByFormat()600 streamConfigurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()601 streamConfigurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()606 for (const auto& fr : supportedFormat.frameRates) { in initOutputCharskeysByFormat()618 minFrameDurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()619 minFrameDurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()631 stallDurations.push_back(supportedFormat.width); in initOutputCharskeysByFormat()632 stallDurations.push_back(supportedFormat.height); in initOutputCharskeysByFormat()651 for (const auto& supportedFormat : mSupportedFormats) { in calculateMinFps() local[all …]
2858 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local2859 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()