Home | History | Annotate | Download | only in src

Lines Matching defs:ts

389   struct timespec ts;
396 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
401 ts.tv_sec += 1;
405 &loaded_start_stop_mlock, &ts);
421 struct timespec ts;
428 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
433 ts.tv_sec += 1;
437 &loaded_start_stop_mlock, &ts);
1666 DEBUG_PRINT_LOW("\n i/p TS = %u", (OMX_U32)frameinfo.timestamp);