Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DFourcc.h130 static std::optional<Fourcc> fromV4L2PixFmt(uint32_t v4l2PixFmt);
/external/v4l2_codec2/common/
DFourcc.cpp184 std::optional<Fourcc> Fourcc::fromV4L2PixFmt(uint32_t v4l2PixFmt) { in fromV4L2PixFmt() function in android::Fourcc
DV4L2Device.cpp1515 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()