Searched refs:row_stride (Results 1 – 1 of 1) sorted by relevance
79 int row_stride; /* physical row width in output buf */ in readjpeg() local107 row_stride = cinfo.output_width * cinfo.output_components; in readjpeg()110 *imgdata = (unsigned char *)malloc(row_stride * cinfo.output_height); in readjpeg()114 row_pointer[0] = &((*imgdata)[(cinfo.output_scanline) * row_stride]); in readjpeg()