8 #ifndef CSCORE_JPEGUTIL_H_ 9 #define CSCORE_JPEGUTIL_H_ 13 #include <llvm/StringRef.h> 25 bool JpegNeedsDHT(
const char* data,
size_t* size,
size_t* locSOF);
29 bool ReadJpeg(
wpi::raw_istream& is, std::string& buf,
int* width,
int* height);
33 #endif // CSCORE_JPEGUTIL_H_ Definition: SinkImpl.h:19
Definition: SocketError.cpp:18
Definition: raw_istream.h:23
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42