Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DV4L2Decoder.cpp31 constexpr std::initializer_list<uint32_t> kSupportedOutputFourccs = { variable
550 if (std::find(kSupportedOutputFourccs.begin(), kSupportedOutputFourccs.end(), pixfmt) == in setupOutputFormat()
551 kSupportedOutputFourccs.end()) { in setupOutputFormat()