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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp659 CV_CALL( cvSetSeqReaderPos( &reader, slice.start_index, 0 ));
1215 cvSetSeqReaderPos( CvSeqReader* reader, int index, int is_relative ) function
1217 CV_FUNCNAME( "cvSetSeqReaderPos" );
1878 cvSetSeqReaderPos( &reader, slice.start_index, 0 );
1959 cvSetSeqReaderPos( &reader_to, slice.start_index );
1960 cvSetSeqReaderPos( &reader_from, slice.end_index );
1974 cvSetSeqReaderPos( &reader_to, slice.end_index );
1975 cvSetSeqReaderPos( &reader_from, slice.start_index );
2055 cvSetSeqReaderPos( &reader_from, from_total );
2070 cvSetSeqReaderPos(
[all...]

Completed in 1350 milliseconds