Home
last modified time | relevance | path

Searched refs:raw_fp (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Davision.c7419 FILE* raw_fp = 0; /* used to write the RAW image data for debugging */ in reader_process() local
7640 raw_fp = fopen ("/tmp/sane-avision.raw", "w"); in reader_process()
7723 if (raw_fp && this_read > 0) in reader_process()
7724 fwrite (stripe_data + stripe_fill, this_read, 1, raw_fp); in reader_process()
8168 if (raw_fp) in reader_process()
8169 fclose (raw_fp); in reader_process()

Completed in 11 milliseconds