OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_buf_size
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
_cvlist.h
75
long
m_buf_size
; /* The size of the buffer */
member in struct:_list
133
if(l->
m_buf_size
< l->m_size && l->m_head_free.m_pos == NULL)\
135
*(void**)l->m_buffer = cvAlloc(l->
m_buf_size
*sizeof(element_type) + sizeof(void*));\
162
pl->
m_buf_size
= size > 0 ? size : default_size;\
163
pl->m_first_buffer = cvAlloc(pl->
m_buf_size
*sizeof(ELEMENT_##type) + sizeof(void*));\
Completed in 255 milliseconds