Home
last modified time | relevance | path

Searched refs:kSupportedFourCCs (Results 1 – 3 of 3) 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/default/
DExternalCameraDevice.cpp42 const std::array<uint32_t, /*size*/ 2> kSupportedFourCCs{ variable
900 std::find(kSupportedFourCCs.begin(), kSupportedFourCCs.end(), fmtdesc.pixelformat); in getCandidateSupportedFormatsLocked()
901 if (it == kSupportedFourCCs.end()) { in getCandidateSupportedFormatsLocked()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp42 const std::array<uint32_t, /*size*/ 2> kSupportedFourCCs{ variable
880 kSupportedFourCCs.begin(), kSupportedFourCCs.end(), fmtdesc.pixelformat); in getCandidateSupportedFormatsLocked()
881 if (it != kSupportedFourCCs.end()) { in getCandidateSupportedFormatsLocked()