Home
last modified time | relevance | path

Searched refs:rows_cached (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.c47 image_info->rows_cached = 0; in wprint_image_get_info()
655 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()
656 image_info->rows_cached); in _decode_stripe()
662 for (image_x = 0; (image_x < image_info->rows_cached && in _decode_stripe()
726 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()
727 image_info->rows_cached); in _decode_stripe()
733 for (image_x = 0; ((image_x < image_info->rows_cached) && in _decode_stripe()
749 + image_info->rows_cached))); in _decode_stripe()
1056 image_info->rows_cached = max_rows; 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()
[all …]
H A Dwprint_image.h126 int rows_cached; member