Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c7433 unsigned int stripe_fill; in reader_process() local
7646 stripe_fill = 0; in reader_process()
7665 DBG (5, "reader_process: stripe filled: %d\n", stripe_fill); in reader_process()
7669 processed_bytes < total_size && stripe_fill < stripe_size && in reader_process()
7672 size_t this_read = stripe_size - stripe_fill; in reader_process()
7697 status = read_data (s, stripe_data + stripe_fill, &this_read); in reader_process()
7724 fwrite (stripe_data + stripe_fill, this_read, 1, raw_fp); in reader_process()
7737 stripe_fill += (unsigned int) this_read; in reader_process()
7744 size_t this_read = stripe_size - stripe_fill; in reader_process()
7758 got = fread (stripe_data + stripe_fill, in reader_process()
[all...]

Completed in 9 milliseconds