Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp4556 int write_max = write_buf_size / write_elem_size, write_count = 0; in icvWriteGraph() local
4593 if( ++write_count >= write_max ) in icvWriteGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4490 int write_max = write_buf_size / write_elem_size, write_count = 0; in icvWriteGraph() local
4527 if( ++write_count >= write_max ) in icvWriteGraph()