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.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.cpp2512 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests() local
2513 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests()