Searched defs:CvContext (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxerror.cpp57 typedef struct CvContext struct
65 } CvContext; typedef in typeref:struct:CvContext
73 static CvContext*
76 CvContext* context = (CvContext*)malloc( sizeof(*context) );
88 icvDestroyContext(CvContext* context)
99 static CvContext*
104 CvContext* context;
114 context = (CvContext*)TlsGetValue( g_TlsIndex );
125 CvContext* contex
[all...]

Completed in 288 milliseconds