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