OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdr_refcount
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cxcore/include/
cxcore.hpp
272
if( matrix->
hdr_refcount
)
273
++matrix->
hdr_refcount
;
283
if( matrix->
hdr_refcount
)
285
if( --matrix->
hdr_refcount
== 0 )
cxtypes.h
550
int
hdr_refcount
;
member in struct:CvMat
633
m.
hdr_refcount
= 0;
710
int
hdr_refcount
;
member in struct:CvMatND
751
int
hdr_refcount
;
member in struct:CvSparseMat
[
all
...]
/external/opencv/cxcore/src/
cxarray.cpp
151
arr->
hdr_refcount
= 1;
190
arr->
hdr_refcount
= 0;
318
mat->
hdr_refcount
= 0;
372
arr->
hdr_refcount
= 1;
453
matnd->
hdr_refcount
= 0;
673
arr->
hdr_refcount
= 1;
2936
int
hdr_refcount
= 0;
local
3128
int
hdr_refcount
= header->
hdr_refcount
;
local
[
all
...]
Completed in 42 milliseconds