Lines Matching refs:SupportedV4L2Format
728 SupportedV4L2Format maximumFormat {.width = 0, .height = 0}; in initOutputCharsKeys()
754 int fd, double fpsUpperBound, SupportedV4L2Format* format) { in getFrameRateList()
769 SupportedV4L2Format::FrameRate fr = { in getFrameRateList()
801 /*inout*/std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats()
802 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()
805 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
813 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
830 std::vector<SupportedV4L2Format> out; in trimSupportedFormats()
849 std::vector<SupportedV4L2Format> ExternalCameraDevice::getCandidateSupportedFormatsLocked( in getCandidateSupportedFormatsLocked()
855 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked()
894 SupportedV4L2Format format { in getCandidateSupportedFormatsLocked()
917 const std::vector<ExternalCameraConfig::FpsLimitation>& fpsLimits, SupportedV4L2Format format, in updateFpsBounds()
918 std::vector<SupportedV4L2Format>& outFmts) { in updateFpsBounds()
944 std::vector<SupportedV4L2Format> horizontalFmts = getCandidateSupportedFormatsLocked( in initSupportedFormatsLocked()
946 std::vector<SupportedV4L2Format> verticalFmts = getCandidateSupportedFormatsLocked( in initSupportedFormatsLocked()
1003 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()