Searched refs:check_times (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsegment.c | 28 #define check_times(segment, position, stream_time, running_time) G_STMT_START { \ macro 69 check_times (&segment, 100, 100, 0); in GST_START_TEST() 142 check_times (&segment, 150, 150, 50); in GST_START_TEST() 154 check_times (&segment, 200, 200, 50); in GST_START_TEST() 155 check_times (&segment, 250, 250, 100); in GST_START_TEST() 171 check_times (&segment, 200, 200, 50); in GST_START_TEST() 172 check_times (&segment, 250, 250, 100); in GST_START_TEST() 186 check_times (&segment, 250, 250, 100); in GST_START_TEST() 276 check_times (&segment, 100, 100, 0); in GST_START_TEST() 337 check_times (&segment, 200, 200, 0); in GST_START_TEST() [all …]
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
D | rt-migrate.c | 358 static int check_times(int l) in check_times() function 492 if (stop || (check && check_times(loop))) { in main()
|