Home
last modified time | relevance | path

Searched refs:supportedFormat (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp643 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys() local
644 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() local
693 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() local
725 if (supportedFormat.fourcc != fourcc) { in initOutputCharsKeysByFormat()
[all …]
DExternalCameraDeviceSession.cpp963 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local
964 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp604 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
[all …]
DExternalCameraDeviceSession.cpp2561 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local
2562 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()