OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_head
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/include/
cv.hpp
122
the method initializes ring buffer (buf_end,
buf_head
, buf_tail, buf_count, rows),
146
uchar *buf_start, *buf_end, *
buf_head
, *buf_tail;
member in class:CvBaseImageFilter
/external/opencv/cv/src/
cvfilter.cpp
522
buf_head
= buf_tail = buf_start;
551
bptr =
buf_head
;
580
for( bptr = row_count > 0 ?rows[count] : 0;
buf_head
!= bptr && buf_count > 0; buf_count-- )
582
buf_head
+= buf_step;
583
if(
buf_head
>= buf_end )
584
buf_head
= buf_start;
[
all
...]
Completed in 22 milliseconds