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