Searched refs:clock (Results 226 - 250 of 325) sorted by relevance

1234567891011>>

/external/skia/third_party/lua/src/
H A Dloslib.c123 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC);
301 {"clock", os_clock},
/external/syslinux/com32/lua/src/
H A Dloslib.c128 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC);
310 {"clock", os_clock},
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h39 * clock - The clock to use to read time. If NULL object
40 * will be using the system clock.
61 Clock* clock; member in struct:webrtc::RtpRtcp::Configuration
79 * Create a RTP/RTCP module object using the system clock.
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc94 configuration.clock = &fake_clock_;
H A Dtest_api_rtcp.cc89 configuration.clock = &fake_clock;
H A Dtest_api_video.cc49 configuration.clock = &fake_clock;
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer.h106 VCMJitterBuffer(Clock* clock, rtc::scoped_ptr<EventWrapper> event);
H A Dreceiver_unittest.cc24 #include "webrtc/system_wrappers/include/clock.h"
315 // A simulated clock, when time elapses, will insert frames into the jitter
327 // now+|milliseconds|, the clock will be advanced to the arrival time of next
329 // Otherwise, the clock will be advanced by |milliseconds|.
332 // instant when the clock time is timestamps_.front().arrive_time.
410 // 1. If |stop_on_frame| is true, the clock will be turned to the exact instant
412 // buffer, or the clock will be turned to now + |max_time| if no frame comes in
414 // 2. If |stop_on_frame| is false, the clock will be turn to now + |max_time|,
423 FrameInjectEvent(SimulatedClockWithFrames* clock, bool stop_on_frame) argument
424 : clock_(clock), stop_on_frame
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc117 Clock* clock,
126 : clock_(clock),
133 total_bitrate_sent_(clock, bitrates_->total_bitrate_observer()),
135 audio_(audio ? new RTPSenderAudio(clock, this, audio_feedback) : nullptr),
136 video_(audio ? nullptr : new RTPSenderVideo(clock, this)),
157 nack_bitrate_(clock, bitrates_->retransmit_bitrate_observer()),
158 packet_history_(clock),
115 RTPSender( bool audio, Clock* clock, Transport* transport, RtpAudioFeedback* audio_feedback, RtpPacketSender* paced_sender, TransportSequenceNumberAllocator* sequence_number_allocator, TransportFeedbackObserver* transport_feedback_observer, BitrateStatisticsObserver* bitrate_callback, FrameCountObserver* frame_count_observer, SendSideDelayObserver* send_side_delay_observer) argument
/external/boringssl/src/ssl/
H A Dssl_lib.cc2496 struct timeval clock; local
2497 ssl->ctx->current_time_cb(ssl, &clock);
2498 if (clock.tv_sec < 0) {
2503 out_clock->tv_sec = (uint64_t)clock.tv_sec;
2504 out_clock->tv_usec = (uint32_t)clock.tv_usec;
2524 struct timeval clock; local
2525 gettimeofday(&clock, NULL);
2526 if (clock.tv_sec < 0) {
2531 out_clock->tv_sec = (uint64_t)clock.tv_sec;
2532 out_clock->tv_usec = (uint32_t)clock
[all...]
/external/libxml2/
H A DtestSAX.c138 * No gettimeofday function, so we have to make do with calling clock.
150 begin = clock();
158 end = clock();
/external/lz4/programs/
H A Dbench.c43 #include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
90 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
91 { g_time = clock(); DISPLAY(__VA_ARGS__); \
/external/python/cpython2/Modules/
H A Dtimemodule.c69 /* Win32 has better clock replacement; we have our own version below. */
143 Fractions of a second may be present if the system clock provides them.");
158 return PyFloat_FromDouble(((double)clock()) / CLOCKS_PER_SEC);
177 machines at least! Revert to clock() */
178 return PyFloat_FromDouble(((double)clock()) /
193 "clock() -> floating point number\n\
196 the first call to clock(). This has as much precision as the system\n\
782 {"clock", time_clock, METH_NOARGS, clock_doc},
837 clock() -- return CPU time since process start as a float\n\
904 Note: clock resolutio
[all...]
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DMainActivity.java352 long t1 = waltDevice.clock.micros();
355 long dt = waltDevice.clock.micros() - t1;
/external/walt/docs/
H A DAudioLatency.md49 \* WALT clock synchronization accuracy is about 1 ms hence the relative error for recording latency can be fairly high.
/external/webrtc/webrtc/call/
H A Dcall_perf_tests.cc127 VideoRtcpAndSyncObserver(Clock* clock, argument
131 : clock_(clock),
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc455 starttime = clock()/(double)CLOCKS_PER_SEC;
815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h127 __u32 clock; member in struct:drm_mode_modeinfo
/external/libchrome/base/time/
H A Dtime_posix.cc105 #error No usable tick clock function on this platform.
/external/libdrm/include/drm/
H A Ddrm_mode.h119 __u32 clock; member in struct:drm_mode_modeinfo
/external/libdrm/tests/modeprint/
H A Dmodeprint.c75 printf("\tclock : %i\n", mode->clock);
/external/libpng/
H A Dpngtest.c1433 t_stop = (float)clock();
1474 t_stop = (float)clock();
1480 t_stop = (float)clock();
2040 t_stop = (float)clock();
/external/skia/third_party/libpng/
H A Dpngtest.c1426 t_stop = (float)clock();
1467 t_stop = (float)clock();
1473 t_stop = (float)clock();
2031 t_stop = (float)clock();
/external/svox/pico/lib/
H A Dpicopal.c84 /* use clock() function instead of high-resolution timer on
504 return (picopal_clock_t)clock();

Completed in 6449 milliseconds

1234567891011>>