Searched refs:jpegDestMgr (Results 1 – 1 of 1) sorted by relevance
93 JpegDestination jpegDestMgr; in threadLoop() local94 jpegDestMgr.parent = this; in threadLoop()95 jpegDestMgr.init_destination = jpegInitDestination; in threadLoop()96 jpegDestMgr.empty_output_buffer = jpegEmptyOutputBuffer; in threadLoop()97 jpegDestMgr.term_destination = jpegTermDestination; in threadLoop()99 mCInfo.dest = &jpegDestMgr; in threadLoop()