Lines Matching refs:SupportedV4L2Format
739 SupportedV4L2Format maximumFormat {.width = 0, .height = 0}; in initOutputCharsKeys()
765 int fd, double fpsUpperBound, SupportedV4L2Format* format) { in getFrameRateList()
780 SupportedV4L2Format::FrameRate fr = { in getFrameRateList()
812 /*inout*/std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats()
813 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()
816 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
824 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
841 std::vector<SupportedV4L2Format> out; in trimSupportedFormats()
860 std::vector<SupportedV4L2Format> ExternalCameraDevice::getCandidateSupportedFormatsLocked( in getCandidateSupportedFormatsLocked()
866 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked()
905 SupportedV4L2Format format { in getCandidateSupportedFormatsLocked()
928 const std::vector<ExternalCameraConfig::FpsLimitation>& fpsLimits, SupportedV4L2Format format, in updateFpsBounds()
929 std::vector<SupportedV4L2Format>& outFmts) { in updateFpsBounds()
955 std::vector<SupportedV4L2Format> horizontalFmts = getCandidateSupportedFormatsLocked( in initSupportedFormatsLocked()
957 std::vector<SupportedV4L2Format> verticalFmts = getCandidateSupportedFormatsLocked( in initSupportedFormatsLocked()
1014 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()