Home
last modified time | relevance | path

Searched refs:kSupportedFourCCs (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp33 static const std::vector<uint32_t> kSupportedFourCCs = {V4L2_PIX_FMT_YUYV, in GetSupportedFourCCs() local
35 return kSupportedFourCCs; in GetSupportedFourCCs()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp41 const std::array<uint32_t, /*size*/ 2> kSupportedFourCCs{ variable
869 kSupportedFourCCs.begin(), kSupportedFourCCs.end(), fmtdesc.pixelformat); in getCandidateSupportedFormatsLocked()
870 if (it != kSupportedFourCCs.end()) { in getCandidateSupportedFormatsLocked()