Searched refs:GST_TIMEVAL_TO_TIME (Results 1 – 6 of 6) sorted by relevance
180 GST_TIMEVAL_TO_TIME (ru.ru_utime) + GST_TIMEVAL_TO_TIME (ru.ru_stime); in do_stats()193 GST_TIMEVAL_TO_TIME (ru.ru_utime) + GST_TIMEVAL_TO_TIME (ru.ru_stime); in do_stats()199 tproc = GST_TIMEVAL_TO_TIME (ru.ru_utime) + GST_TIMEVAL_TO_TIME (ru.ru_stime); in do_stats()203 GST_TIMEVAL_TO_TIME (ru.ru_utime) + GST_TIMEVAL_TO_TIME (ru.ru_stime); in do_stats()
96 delta_usage = GST_TIMEVAL_TO_TIME (ru.ru_utime) - in gst_transcoder_adjust_wait_time()97 GST_TIMEVAL_TO_TIME (self->priv->last_usage.ru_utime); in gst_transcoder_adjust_wait_time()
169 #define GST_TIMEVAL_TO_TIME(tv) (GstClockTime)((tv).tv_sec * GST_SECOND + (tv).tv_usec * GS… macro
948 GST_TIMEVAL_TO_TIME (info->timestamp), info->write_index_corrupt, in gst_pulsesrc_stream_latency_update_cb()
756 GST_TIMEVAL_TO_TIME (info->timestamp), info->write_index_corrupt, in gst_pulsering_stream_latency_cb()
1345 timestamp = GST_TIMEVAL_TO_TIME (group->buffer.timestamp); in gst_v4l2_buffer_pool_dqbuf()