Searched refs:RUNNING_TIME (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | TimeUtilTest.java | 126 final int RUNNING_TIME = 5000; // in milliseconds. in testTimestampConcurrentParsing() local 136 Thread.sleep(RUNNING_TIME); in testTimestampConcurrentParsing()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 1094 GST_QUARK (RUNNING_TIME), G_TYPE_UINT64, running_time, NULL); in gst_message_new_async_done() 1894 GST_QUARK (RUNNING_TIME))); in gst_message_parse_async_done() 2223 GST_QUARK (RUNNING_TIME), G_TYPE_UINT64, running_time, in gst_message_new_qos() 2336 GST_QUARK (RUNNING_TIME), G_TYPE_UINT64, running_time, in gst_message_parse_qos() 2546 GST_QUARK (RUNNING_TIME), G_TYPE_UINT64, running_time, NULL); in gst_message_new_reset_time() 2574 GST_QUARK (RUNNING_TIME))); in gst_message_parse_reset_time()
|
D | gstevent.c | 2364 GST_QUARK (RUNNING_TIME), GST_TYPE_CLOCK_TIME, running_time, in gst_event_new_instant_rate_sync_time() 2397 rate_multiplier, GST_QUARK (RUNNING_TIME), GST_TYPE_CLOCK_TIME, in gst_event_parse_instant_rate_sync_time()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 186 static GQuark RUNNING_TIME; variable 208 RUNNING_TIME = g_quark_from_static_string ("running-time"); in _do_init() 1120 GstClockTime *rtime = g_object_get_qdata (G_OBJECT (sink), RUNNING_TIME); in send_fragment_opened_closed_msg() 2551 RUNNING_TIME, sink_running_time, g_free); in handle_gathered_gop()
|