Lines Matching refs:supportedFormat

604     for (const auto& supportedFormat : mSupportedFormats) {  in initOutputCharskeysByFormat()  local
605 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
663 for (const auto& fr : supportedFormat.frameRates) { in calculateMinFps()
707 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local
708 switch (supportedFormat.fourcc) { in initOutputCharsKeys()
717 supportedFormat.fourcc & 0xFF, (supportedFormat.fourcc >> 8) & 0xFF, in initOutputCharsKeys()
718 (supportedFormat.fourcc >> 16) & 0xFF, (supportedFormat.fourcc >> 24) & 0xFF); in initOutputCharsKeys()
740 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local
741 if (supportedFormat.width >= maximumFormat.width && in initOutputCharsKeys()
742 supportedFormat.height >= maximumFormat.height) { in initOutputCharsKeys()
743 maximumFormat = supportedFormat; in initOutputCharsKeys()