Searched refs:compressor (Results 1 – 2 of 2) sorted by relevance
19 JpegCompressor* compressor; member53 std::vector<JOCTET>& buffer = dest->compressor->result_buffer_; in InitDestination()61 std::vector<JOCTET>& buffer = dest->compressor->result_buffer_; in EmptyOutputBuffer()71 std::vector<JOCTET>& buffer = dest->compressor->result_buffer_; in TerminateDestination()114 dest->compressor = this; in SetJpegDestination()
385 JpegCompressor compressor; in ConvertToJpeg() local386 if (!compressor.CompressImage(in_frame.GetData(), in_frame.GetWidth(), in ConvertToJpeg()392 size_t buffer_length = compressor.GetCompressedImageSize(); in ConvertToJpeg()396 memcpy(out_frame->GetData(), compressor.GetCompressedImagePtr(), in ConvertToJpeg()