]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tiesr-gforge/tiesr-gforge.git/commitdiff
[#1271] Merge changes and improvements from C55 branch to trunk.
authorlnetsch <lnetsch@localhost>
Thu, 5 Jul 2012 18:24:52 +0000 (18:24 +0000)
committerlnetsch <lnetsch@localhost>
Thu, 5 Jul 2012 18:24:52 +0000 (18:24 +0000)
TIesrSI/TestTIesrSI/nbproject/project.xml
TIesrSI/src/TIesrSI.c

index 803716758d5a4787f1926a9838f1b774fb85cbfa..8ea02fb2e81069e9767f6e19a736dd0e9f9fa716 100755 (executable)
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://www.netbeans.org/ns/project/1">\r
-    <type>org.netbeans.modules.cnd.makeproject</type>\r
-    <configuration>\r
-        <data xmlns="http://www.netbeans.org/ns/make-project/1">\r
-            <name>TestTIesrSI</name>\r
-            <make-project-type>0</make-project-type>\r
-            <c-extensions/>\r
-            <cpp-extensions>cpp</cpp-extensions>\r
-            <header-extensions>h</header-extensions>\r
-            <sourceEncoding>UTF-8</sourceEncoding>\r
-            <make-dep-projects/>\r
-        </data>\r
-    </configuration>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.cnd.makeproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/make-project/1">
+            <name>TestTIesrSI</name>
+            <make-project-type>0</make-project-type>
+            <c-extensions/>
+            <cpp-extensions>cpp</cpp-extensions>
+            <header-extensions>h</header-extensions>
+            <sourceEncoding>UTF-8</sourceEncoding>
+            <make-dep-projects/>
+        </data>
+    </configuration>
+</project>
index 0da200ae3f1360ed4d9c8c12a85bd30c34234c13..16c6abbe47b08af25c66c29cac904ac57b0bb16e 100755 (executable)
@@ -1107,7 +1107,7 @@ DWORD TIesrSIL_thread( LPVOID aArg )
 
       /* Process the frame of data in the TIesr Engine */
       engStatus = (aTIesrSI->engine).CallSearchEngine( aTIesrSI->framedata,
-         aTIesrSI->srchmemory, framesQueued );
+         aTIesrSI->srchmemory, framesQueued, 1 );
 
 #ifdef TIESRSI_DEBUG_LOG
       fprintf( aTIesrSI->threadfp, "SIThread engine done %d %d\n", frame, engStatus );