Searched refs:mCInfo (Results 1 – 2 of 2) sorted by relevance
148 mCInfo.err = jpeg_std_error(&error); in compress()149 mCInfo.err->error_exit = jpegErrorHandler; in compress()151 jpeg_create_compress(&mCInfo); in compress()162 mCInfo.dest = &jpegDestMgr; in compress()166 mCInfo.image_width = mAuxBuffer.width; in compress()167 mCInfo.image_height = mAuxBuffer.height; in compress()168 mCInfo.input_components = 3; in compress()169 mCInfo.in_color_space = JCS_RGB; in compress()171 jpeg_set_defaults(&mCInfo); in compress()176 jpeg_start_compress(&mCInfo, TRUE); in compress()[all …]
89 jpeg_compress_struct mCInfo; variable