]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/two_eo_per_frame/main.cpp
Updated Python bindings to reflect API changes
[tidl/tidl-api.git] / examples / two_eo_per_frame / main.cpp
index 5cc618feec4515aeb02783e06ff6c3e1afa88e88..d1aa6dc7a5d403538e5cdbbedb9f5ae135847d48 100644 (file)
@@ -137,8 +137,6 @@ bool Run(int num_eve, int num_dsp, const char* ref_output)
             // Wait for previous frame on the same EOP to finish processing
             if (eop->ProcessFrameWait())
             {
-                ReportTime(eop);
-
                 // The reference output is valid only for the first frame
                 // processed on each EOP
                 if (frame_idx < num_eops && !CheckFrame(eop, ref_output))