Searched refs:output_cache (Results 1 – 2 of 2) sorted by relevance
48 image_info->output_cache = NULL; in wprint_image_get_info()666 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL( in _decode_stripe()680 image_info->output_cache[image_y - image_info->output_swath_start] + in _decode_stripe()737 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL(image_y), in _decode_stripe()752 image_info->output_cache[image_y - image_info->output_swath_start] + in _decode_stripe()1048 image_info->output_cache = (unsigned char **) malloc(sizeof(unsigned char *) * max_rows); in wprint_image_compute_rows_to_cache()1050 image_info->output_cache[i] = (unsigned char *) malloc(row_width); in wprint_image_compute_rows_to_cache()1063 return ((image_info->output_cache != NULL) ? 1 : image_info->rows_cached); in wprint_image_input_rows_cached()1086 if (image_info->output_cache != NULL) { in wprint_image_cleanup()1088 free(image_info->output_cache[i]); in wprint_image_cleanup()[all …]
127 unsigned char **output_cache; member