Searched refs:FourCC (Results 1 – 1 of 1) sorted by relevance
41 using FourCC = std::array<char, 4>; variable43 inline constexpr FourCC fourCC(const char (&Literal)[5]) { in fourCC()44 return FourCC{{Literal[0], Literal[1], Literal[2], Literal[3]}}; in fourCC()46 inline constexpr llvm::StringRef fourCCStr(const FourCC &Data) { in fourCCStr()51 FourCC ID;59 FourCC Type;