Lines Matching refs:ts
95 ts->printf(ts->LOG, "\nFile: %s\n", filename.c_str()); in run()
99 ts->printf(ts->LOG, "\nError: cannot create video file"); in run()
100 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()
108 ts->printf(ts->LOG, "\nError: cannot read video file."); in run()
109 ts->set_failed_test_info(ts->FAIL_INVALID_TEST_DATA); in run()
124 …ts->printf(ts->LOG, "\nError: returned frame count (N0=%d, N=%d) is different from the reference n… in run()
125 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()
135 ts->printf(ts->LOG, "\nError: cannot seek to frame %d.\n", idx); in run()
136 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()
147 …ts->printf(ts->LOG, "\nError: the current position (%d) after seek is different from specified (%d… in run()
149 ts->printf(ts->LOG, "Saving both frames ...\n"); in run()
150 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()
156 ts->printf(ts->LOG, "\nError: cannot read a frame at position %d.\n", idx); in run()
157 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()
165 … ts->printf(ts->LOG, "The frame read after positioning to %d is incorrect (PSNR=%g)\n", idx, err); in run()
166 ts->printf(ts->LOG, "Saving both frames ...\n"); in run()
167 ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT); in run()