Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c7432 unsigned int stripe_size; in reader_process() local
7588 stripe_size = (unsigned int) s->avdimen.hw_bytes_per_line * lines_per_stripe; in reader_process()
7609 DBG (3, "max_bytes_per_read: %d, stripe_size: %d, out_size: %d\n", in reader_process()
7610 max_bytes_per_read, stripe_size, out_size); in reader_process()
7612 stripe_data = malloc (stripe_size); 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()
7744 size_t this_read = stripe_size - stripe_fill; in reader_process()

Completed in 10 milliseconds