Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DFourcc.cpp18 std::optional<Fourcc> Fourcc::fromUint32(uint32_t fourcc) { in fromUint32() function in android::Fourcc
184 return fromUint32(v4l2PixFmt); in fromV4L2PixFmt()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DFourcc.h122 static std::optional<Fourcc> fromUint32(uint32_t fourcc);