Home
last modified time | relevance | path

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

/external/opencv/cvaux/include/
Dcvvidsurv.hpp66 char* pComment; member
115 if(p->pComment)free(p->pComment); in FreeParam()
184 void CommentParam(const char* name, const char* pComment) in CommentParam() argument
187 if(p)p->pComment = pComment ? strdup(pComment) : 0; in CommentParam()
223 if(p && p->pComment) return p->pComment; in GetParamComment()