Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp104 mSupportedFormats, mCfg); in isStreamCombinationSupported()
150 session = createSession(in_callback, mCfg, mSupportedFormats, mCroppingType, in open()
227 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
231 mSupportedFormats = horizontalFmts; in initSupportedFormatsLocked()
243 mSupportedFormats = horizontalFmts; in initSupportedFormatsLocked()
246 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
250 mSupportedFormats = horizontalFmts; in initSupportedFormatsLocked()
253 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
257 mSupportedFormats = horizontalFmts; in initSupportedFormatsLocked()
260 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
[all …]
DExternalCameraDevice.h132 std::vector<SupportedV4L2Format> mSupportedFormats; variable
DExternalCameraDeviceSession.h313 const std::vector<SupportedV4L2Format> mSupportedFormats; variable
DExternalCameraDeviceSession.cpp121 mSupportedFormats(sortedFormats), in ExternalCameraDeviceSession()
134 for (auto& fmt : mSupportedFormats) { in getMaxJpegResolution()
294 isStreamCombinationSupported(in_requestedConfiguration, mSupportedFormats, mCfg); in configureStreams()
364 for (const auto& fmt : mSupportedFormats) { in configureStreams()
379 for (const auto& fmt : mSupportedFormats) { in configureStreams()
963 for (const auto& supportedFormat : mSupportedFormats) { in initDefaultRequests()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp164 callback, mCfg, mSupportedFormats, mCroppingType, in open()
267 if (mSupportedFormats.empty()) { in initAvailableCapabilities()
274 for (const auto& fmt : mSupportedFormats) { in initAvailableCapabilities()
595 if (mSupportedFormats.empty()) { in initOutputCharskeysByFormat()
604 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharskeysByFormat()
662 for (const auto& supportedFormat : mSupportedFormats) { in calculateMinFps()
693 if (mSupportedFormats.empty()) { in initOutputCharsKeys()
707 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys()
740 for (const auto& supportedFormat : mSupportedFormats) { in initOutputCharsKeys()
969 mSupportedFormats = verticalFmts; in initSupportedFormatsLocked()
[all …]
DExternalCameraDeviceSession.cpp102 mSupportedFormats(sortedFormats), in ExternalCameraDeviceSession()
1184 for(auto & fmt : mSupportedFormats) { in getMaxJpegResolution()
2307 Status status = isStreamCombinationSupported(config, mSupportedFormats, mCfg); in configureStreams()
2377 for (const auto& fmt : mSupportedFormats) { in configureStreams()
2391 for (const auto& fmt : mSupportedFormats) { in configureStreams()
2561 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.h154 std::vector<SupportedV4L2Format> mSupportedFormats; member
DExternalCameraDeviceSession.h325 const std::vector<SupportedV4L2Format> mSupportedFormats; member
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2742 mSupportedFormats.push_back(halFormat); in init()
2750 if (!mSupportedFormats.empty()) in pickFormatDataspace()
2751 mReadbackFormat = mSupportedFormats[0]; in pickFormatDataspace()
2752 auto it = std::find(mSupportedFormats.begin(), in pickFormatDataspace()
2753 mSupportedFormats.end(), PREFERRED_READBACK_FORMAT); in pickFormatDataspace()
2754 if (it != mSupportedFormats.end()) in pickFormatDataspace()
DExynosDisplayDrmInterface.h595 std::vector<uint32_t> mSupportedFormats; variable