Home | History | Annotate | Download | only in src

Lines Matching refs:buf_count

172         buf_count = data->buf_count; buf_size = data->buf_size;
263 buf_count = shared ? 3 : 2;
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
931 buf_count = buf_size = 0;
996 if( idx >= buf_count )