Searched refs:supportedFormat (Results 1 – 4 of 4) sorted by relevance
643 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local644 switch (supportedFormat.fourcc) { in initOutputCharsKeys()653 supportedFormat.fourcc & 0xFF, (supportedFormat.fourcc >> 8) & 0xFF, in initOutputCharsKeys()654 (supportedFormat.fourcc >> 16) & 0xFF, (supportedFormat.fourcc >> 24) & 0xFF); in initOutputCharsKeys()692 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local693 if (supportedFormat.width >= maximumFormat.width && in initOutputCharsKeys()694 supportedFormat.height >= maximumFormat.height) { in initOutputCharsKeys()695 maximumFormat = supportedFormat; in initOutputCharsKeys()724 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeysByFormat() local725 if (supportedFormat.fourcc != fourcc) { in initOutputCharsKeysByFormat()[all …]
963 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local964 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()
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 …]
2561 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local2562 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()