Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp4145 icvGetFormat( const CvSeq* seq, const char* dt_key, CvAttrList* attr, in icvGetFormat() function
4214 CV_CALL( dt = icvGetFormat( seq, "dt", &attr, 0, dt_buf )); in icvWriteSeq()
4527 CV_CALL( vtx_dt = icvGetFormat( (CvSeq*)graph, "vertex_dt", in icvWriteGraph()
4533 CV_CALL( edge_dt = icvGetFormat( (CvSeq*)graph->edges, "edge_dt", in icvWriteGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4073 icvGetFormat( const CvSeq* seq, const char* dt_key, CvAttrList* attr, in icvGetFormat() function
4126 dt = icvGetFormat( seq, "dt", &attr, 0, dt_buf ); in icvWriteSeq()
4461 vtx_dt = icvGetFormat( (CvSeq*)graph, "vertex_dt", in icvWriteGraph()
4467 edge_dt = icvGetFormat( (CvSeq*)graph->edges, "edge_dt", in icvWriteGraph()