Searched refs:mCompressStruct (Results 1 – 1 of 1) sorted by relevance
53 mCompressStruct.err = jpeg_std_error(&mErrorMgr); in LibJpegContext()54 mCompressStruct.err->output_message = onOutputError; in LibJpegContext()55 mCompressStruct.err->error_exit = onErrorExit; in LibJpegContext()56 jpeg_create_compress(&mCompressStruct); in LibJpegContext()59 mCompressStruct.image_width = width; in LibJpegContext()60 mCompressStruct.image_height = height; in LibJpegContext()61 mCompressStruct.input_components = 3; in LibJpegContext()62 mCompressStruct.in_color_space = JCS_YCbCr; in LibJpegContext()66 mCompressStruct.client_data = this; in LibJpegContext()69 mCompressStruct.dest = &mDestinationMgr; in LibJpegContext()[all …]