X-Git-Url: https://git.ti.com/gitweb?p=tidl%2Ftidl-api.git;a=blobdiff_plain;f=examples%2Ftwo_eo_per_frame%2Fmain.cpp;h=d1aa6dc7a5d403538e5cdbbedb9f5ae135847d48;hp=5cc618feec4515aeb02783e06ff6c3e1afa88e88;hb=58664e9e96684e54db9553f5e41b1b8d5fbc9bb5;hpb=a229faf1c14ddfa48e44d271ddfad44e4e7fc033 diff --git a/examples/two_eo_per_frame/main.cpp b/examples/two_eo_per_frame/main.cpp index 5cc618f..d1aa6dc 100644 --- a/examples/two_eo_per_frame/main.cpp +++ b/examples/two_eo_per_frame/main.cpp @@ -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))