Searched refs:kSupportedFourCCs (Results 1 – 3 of 3) sorted by relevance
33 static const std::vector<uint32_t> kSupportedFourCCs = {V4L2_PIX_FMT_YUYV, in GetSupportedFourCCs() local35 return kSupportedFourCCs; in GetSupportedFourCCs()
42 const std::array<uint32_t, /*size*/ 2> kSupportedFourCCs{ variable900 std::find(kSupportedFourCCs.begin(), kSupportedFourCCs.end(), fmtdesc.pixelformat); in getCandidateSupportedFormatsLocked()901 if (it == kSupportedFourCCs.end()) { in getCandidateSupportedFormatsLocked()
42 const std::array<uint32_t, /*size*/ 2> kSupportedFourCCs{ variable880 kSupportedFourCCs.begin(), kSupportedFourCCs.end(), fmtdesc.pixelformat); in getCandidateSupportedFormatsLocked()881 if (it != kSupportedFourCCs.end()) { in getCandidateSupportedFormatsLocked()