Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c7452 uint8_t* ip_history = 0; in reader_process() local
7619 ip_history = malloc ((size_t) s->avdimen.hw_bytes_per_line + out_size); in reader_process()
7620 out_data = ip_history + s->avdimen.hw_bytes_per_line; in reader_process()
8143 memcpy (ip_history, in reader_process()
8278 if (ip_history) in reader_process()
8279 free (ip_history); in reader_process()
8281 free (out_data); /* if we have ip_history out_data is included there */ in reader_process()

Completed in 11 milliseconds