Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp593 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
[all …]
DExternalCameraDeviceSession.cpp2858 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local
2859 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()