Searched refs:mixed_memory_needed (Results 1 – 2 of 2) sorted by relevance
56 image_info->mixed_memory_needed = 0; in wprint_image_get_info()151 image_info->mixed_memory_needed = 0; in wprint_image_set_output_properties()352 image_info->mixed_memory_needed = 0; in wprint_image_set_output_properties()373 image_info->mixed_memory_needed = MAX(image_info->mixed_memory_needed, mixed); in wprint_image_set_output_properties()384 image_info->mixed_memory = (image_info->mixed_memory_needed != 0) ? malloc( in wprint_image_set_output_properties()385 image_info->mixed_memory_needed) : NULL; in wprint_image_set_output_properties()859 if (mixed > image_info->mixed_memory_needed) { in wprint_image_decode_stripe()1025 available_mem -= image_info->mixed_memory_needed; in wprint_image_compute_rows_to_cache()
109 unsigned int mixed_memory_needed; member