Lines Matching refs:supportedFormat
593 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharskeysByFormat() local
594 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
652 for (const auto& fr : supportedFormat.frameRates) { in calculateMinFps()
696 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local
697 switch (supportedFormat.fourcc) { in initOutputCharsKeys()
706 supportedFormat.fourcc & 0xFF, (supportedFormat.fourcc >> 8) & 0xFF, in initOutputCharsKeys()
707 (supportedFormat.fourcc >> 16) & 0xFF, (supportedFormat.fourcc >> 24) & 0xFF); in initOutputCharsKeys()
729 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local
730 if (supportedFormat.width >= maximumFormat.width && in initOutputCharsKeys()
731 supportedFormat.height >= maximumFormat.height) { in initOutputCharsKeys()
732 maximumFormat = supportedFormat; in initOutputCharsKeys()