Searched refs:fromV4L2PixFmt (Results 1 – 3 of 3) sorted by relevance
130 static std::optional<Fourcc> fromV4L2PixFmt(uint32_t v4l2PixFmt);
184 std::optional<Fourcc> Fourcc::fromV4L2PixFmt(uint32_t v4l2PixFmt) { in fromV4L2PixFmt() function in android::Fourcc
1515 const auto frameFourcc = Fourcc::fromV4L2PixFmt(pixFmt); in allocatedSizeFromV4L2Format()1527 const auto frameFourcc = Fourcc::fromV4L2PixFmt(fourcc); in allocatedSizeFromV4L2Format()1679 const auto videoFourcc = Fourcc::fromV4L2PixFmt(pixFmt); in v4L2FormatToVideoFrameLayout()1749 std::optional<Fourcc> fourcc = Fourcc::fromV4L2PixFmt(pixFmt); in getNumPlanesOfV4L2PixFmt()