Searched refs:mSupportedFormats (Results 1 – 5 of 5) sorted by relevance
153 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 …]
104 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()
106 mSupportedFormats, mCfg); in isStreamCombinationSupported()
153 std::vector<SupportedV4L2Format> mSupportedFormats; member
346 const std::vector<SupportedV4L2Format> mSupportedFormats; member