Home
last modified time | relevance | path

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

/dports/devel/libzvbi/zvbi-0.2.35/contrib/
H A Datsc-cc.c1005 static unsigned int ct_buffer_capacity; variable
7897 size = ct_buffer_capacity - 4096; in capture_thread()
7900 assert (ct_buffer_capacity > 4096); in capture_thread()
7901 assert (0 == ct_buffer_capacity % 4096); in capture_thread()
7950 ct_buffer_capacity = 0; in destroy_capture_state()
7988 ct_buffer_capacity = 32 * 1024; in init_capture_state()
7989 ct_buffer = my_memalign (4096, ct_buffer_capacity); in init_capture_state()
7996 memset (ct_buffer, -1, ct_buffer_capacity); in init_capture_state()