HomeSort by relevance Sort by last modified time
    Searched full:local_buf (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvsubdiv2.cpp 111 CvPoint local_buf[100]; local
112 CvPoint *buf = local_buf;
122 if( count * sizeof( buf[0] ) > sizeof( local_buf ))
158 if( buf != local_buf )

Completed in 457 milliseconds