Home
last modified time | relevance | path

Searched refs:mSupportedFormats (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp153 callback, mCfg, mSupportedFormats, mCroppingType, in open()
256 if (mSupportedFormats.empty()) { in initAvailableCapabilities()
263 for (const auto& fmt : mSupportedFormats) { in initAvailableCapabilities()
584 if (mSupportedFormats.empty()) { in initOutputCharskeysByFormat()
593 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharskeysByFormat()
651 for (const auto& supportedFormat : mSupportedFormats) { in calculateMinFps()
682 if (mSupportedFormats.empty()) { in initOutputCharsKeys()
696 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys()
729 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys()
958 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
[all …]
DExternalCameraDeviceSession.cpp104 mSupportedFormats(sortedFormats), in ExternalCameraDeviceSession()
1549 for(auto & fmt : mSupportedFormats) { in getMaxJpegResolution()
2605 Status status = isStreamCombinationSupported(config, mSupportedFormats, mCfg); in configureStreams()
2675 for (const auto& fmt : mSupportedFormats) { in configureStreams()
2689 for (const auto& fmt : mSupportedFormats) { in configureStreams()
2858 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests()
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp106 mSupportedFormats, mCfg); in isStreamCombinationSupported()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h153 std::vector<SupportedV4L2Format> mSupportedFormats; member
DExternalCameraDeviceSession.h346 const std::vector<SupportedV4L2Format> mSupportedFormats; member