Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c1389 if (!q || !q->num_elem || !q->buf_start) in pktq_check()
1393 buf = q->buf_start; in pktq_check()
1411 q->buf_start = pool; in pktq_init()
1464 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index)); in pktq_in_elem()
1472 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index)); in pktq_out_elem()
Dpcap-dos.h124 char *buf_start; /* start of buffer pool */ member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h47 int buf_start, buf_end; // pbi->tile_buffers to decode, inclusive member
Dvp9_decodeframe.c1578 volatile int n = tile_data->buf_start; in tile_worker_hook()
1733 int buf_start = 0; in decode_tiles_mt() local
1740 tile_data->buf_start = buf_start; in decode_tiles_mt()
1741 tile_data->buf_end = buf_start + count - 1; in decode_tiles_mt()
1743 buf_start += count; in decode_tiles_mt()
/external/opencv/cv/include/
Dcv.hpp146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in CvBaseImageFilter
/external/opencv/cv/src/
Dcvfilter.cpp189 buf_start = ptr; in init()
226 buf_end = buf_start + buf_max_count*buf_step; in start_process()
405 buf_tail = buf_start; in fill_cyclic_buffer()
522 buf_head = buf_tail = buf_start; in process()
557 bptr = buf_start; in process()
584 buf_head = buf_start; in process()
Dcvmorph.cpp370 buf_tail = buf_start; in fill_cyclic_buffer()