Searched refs:Compress (Results 1 – 2 of 2) sorted by relevance
59 bool Compress(jpeg_compress_struct* cinfo, const uint8_t* yuv);
103 if (!Compress(&cinfo, static_cast<const uint8_t*>(inYuv))) { in Encode()144 bool JpegCompressor::Compress(jpeg_compress_struct* cinfo, const uint8_t* yuv) { in Compress() function in arc::JpegCompressor