Searched defs:horizontalFmts (Results 1 - 1 of 1) sorted by last modified time

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp866 std::vector<SupportedV4L2Format> horizontalFmts = local
871 size_t horiSize = horizontalFmts.size();
884 mSupportedFormats = horizontalFmts;
889 const auto& maxHoriSize = horizontalFmts[horizontalFmts.size() - 1];
897 mSupportedFormats = horizontalFmts;
905 mSupportedFormats = horizontalFmts;
913 mSupportedFormats = horizontalFmts;

Completed in 7 milliseconds