Searched refs:clock (Results 151 - 175 of 325) sorted by relevance

1234567891011>>

/external/skia/tools/skpbench/
H A D_benchresult.py29 '(?P<clock>[cg]pu)'
50 self.clock = match.group('clock')
65 'samples', 'sample_ms', 'clock', 'metric', 'config']:
H A Dskiaperf.py82 ['%s_%s_%s' % (result, match.clock, match.metric)] = \
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Dreceive_statistics.h53 static ReceiveStatistics* Create(Clock* clock);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.h32 explicit RTPPacketHistory(Clock* clock);
H A Drtp_receiver_impl.h28 RtpReceiverImpl(Clock* clock,
H A Drtp_sender_audio.h24 RTPSenderAudio(Clock* clock,
H A Drtp_sender_video.h35 RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender);
H A Drtp_rtcp_impl_unittest.cc64 void SimulateNetworkDelay(int64_t delay_ms, SimulatedClock* clock) { argument
65 clock_ = clock;
101 explicit RtpRtcpModule(SimulatedClock* clock) argument
102 : receive_statistics_(ReceiveStatistics::Create(clock)) {
105 config.clock = clock;
114 transport_.SimulateNetworkDelay(kOneWayNetworkDelayMs, clock);
H A Drtp_rtcp_impl.cc32 clock(nullptr),
49 if (configuration.clock) {
52 // No clock implementation provided, use default clock.
56 configuration_copy.clock = Clock::GetRealTimeClock();
63 configuration.clock,
73 configuration.clock,
77 rtcp_receiver_(configuration.clock,
84 clock_(configuration.clock),
87 last_process_time_(configuration.clock
[all...]
H A Drtp_sender_video.cc37 RTPSenderVideo::RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender) argument
52 _fecOverheadRate(clock, NULL),
53 _videoBitrate(clock, NULL) {
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_decoder.h35 VCMDecodedFrameCallback(VCMTiming* timing, Clock* clock);
H A Dtiming.h28 explicit VCMTiming(Clock* clock, VCMTiming* master_timing = NULL);
/external/webrtc/webrtc/video/
H A Doveruse_frame_detector.h79 OveruseFrameDetector(Clock* clock,
H A Dreceive_statistics_proxy.h40 ReceiveStatisticsProxy(uint32_t ssrc, Clock* clock);
/external/python/cpython2/Demo/turtle/
H A Dtdemo_bytedesign.py27 from time import clock namespace
154 at = clock()
156 et = clock()
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_strings.py197 from time import clock namespace
198 start = clock()
201 stop = clock()
/external/skia/tools/
H A Dmonobench.cpp32 using clock = std::chrono::high_resolution_clock;
113 auto start = clock::now();
115 ns elapsed = clock::now() - start;
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c240 starttime1 = clock()/(float)CLOCKS_PER_SEC;
274 starttime2=clock()/(float)CLOCKS_PER_SEC;
304 runtime2 = (float)(clock()/(float)CLOCKS_PER_SEC-starttime2);
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc19 #include "webrtc/system_wrappers/include/clock.h"
100 Clock* clock,
107 clock_(clock),
116 assert(clock);
98 VcmPayloadSinkFactory( const std::string& base_out_filename, Clock* clock, bool protection_enabled, VCMVideoProtection protection_method, int64_t rtt_ms, uint32_t render_delay_ms, uint32_t min_playout_delay_ms) argument
/external/lz4/tests/
H A Dfullbench.c43 #include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */
129 return clock() - clockStart; /* works even if overflow; max span ~30 mn */
461 clockTime = clock();
462 while(clock() == clockTime);
463 clockTime = clock();
555 clockTime = clock();
556 while(clock() == clockTime);
557 clockTime = clock();
/external/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c507 long clock; local
580 clock = time(0);
581 srand48(clock);
621 long clock; local
662 clock = time(0);
663 srand48(clock);
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dsha512-armv4.S22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
/external/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp165 extern long clock (void);
/external/tpm2/
H A DClear.c88 // Reset clock
89 go.clock = 0;

Completed in 1189 milliseconds

1234567891011>>