Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp4691 const char* dst_edge_dt = 0; in icvReadGraph() local
4710 dst_edge_dt = edge_dt + 3 + isdigit(edge_dt[2]); in icvReadGraph()
4715 dst_edge_dt = dst_edge_dt_buf; in icvReadGraph()
4718 CV_CALL( edge_size = icvCalcElemSize( dst_edge_dt, sizeof(CvGraphEdge) )); in icvReadGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4635 const char* dst_edge_dt = 0; in icvReadGraph() local
4654 dst_edge_dt = edge_dt + 3 + cv_isdigit(edge_dt[2]); in icvReadGraph()
4659 dst_edge_dt = dst_edge_dt_buf; in icvReadGraph()
4662 edge_size = icvCalcElemSize( dst_edge_dt, sizeof(CvGraphEdge) ); in icvReadGraph()