Searched refs:start_time (Results 1 - 25 of 104) sorted by relevance

12345

/haiku-fatelf/src/tests/kits/midi/
H A Dtest1.cpp22 uint32 start_time = B_NOW; local
29 cout << "Start Time: " << dec << start_time << "ms" << endl;
31 cout << "Total time: " << dec << stop_time - start_time << "ms" << endl;
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DEngineManagment.c173 bigtime_t start_time; local
175 start_time = system_time();
177 while( system_time() - start_time < delay )
186 bigtime_t start_time, sample_time; local
197 start_time = system_time();
223 if( sample_time - start_time > 100000 )
229 if( sample_time - start_time > 5000 )
230 snooze( (sample_time - start_time) / 10 );
H A DCP.c127 bigtime_t start_time; local
132 start_time = system_time();
144 if( sample_time - start_time > 100000 )
152 if( sample_time - start_time > 5000 )
153 snooze( (sample_time - start_time) / 10 );
383 bigtime_t start_time; local
386 start_time = system_time();
393 if( sample_time - start_time > 100000 )
401 if( sample_time - start_time > 5000 )
402 snooze( (sample_time - start_time) / 1
[all...]
H A Ddriver_wrapper.c31 bigtime_t start_time = system_time(); local
40 } while( system_time() - start_time < 1000000 );
H A Dinternal_tv_out.c130 bigtime_t start_time;
137 start_time = system_time();
146 } while( system_time() - start_time < 2000000 );
162 bigtime_t start_time; local
171 start_time = system_time();
180 } while( system_time() - start_time < 2000000 );
H A Dtheatre_out.c123 bigtime_t start_time; local
131 start_time = system_time();
140 } while( system_time() - start_time < 2000000 );
153 bigtime_t start_time; local
163 start_time = system_time();
172 } while( system_time() - start_time < 2000000 );
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.h50 void ProcessData(const void *data, int size, bigtime_t start_time, bigtime_t delta);
51 void ProcessPacket(const mpeg_ts_packet *pkt, bigtime_t start_time);
54 virtual void ProcessPCR(const mpeg_ts_packet *pkt, bigtime_t start_time);
H A Dmedia_header_ex.h60 bigtime_t start_time; member in struct:media_header_ex
H A DTransportStreamDemux.cpp91 TransportStreamDemux::ProcessPacket(const mpeg_ts_packet *pkt, bigtime_t start_time) argument
123 ProcessPCR(pkt, start_time);
143 TransportStreamDemux::ProcessPCR(const mpeg_ts_packet *pkt, bigtime_t start_time) argument
167 fSystemTime = start_time;
393 TransportStreamDemux::ProcessData(const void *data, int size, bigtime_t start_time, bigtime_t delta) argument
408 ProcessPacket(pkt++, start_time + (i * delta) / count);
/haiku-fatelf/src/bin/network/atftpd/
H A Dstats.h27 struct timeval start_time; member in struct:server_stats
H A Dstats.c41 gettimeofday(&s_stats.start_time, NULL);
153 timeval_diff(&tmp, &s_stats.end_time, &s_stats.start_time);
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp39 start_time(startTime),
44 bigtime_t start_time; member in struct:PlayingInterval
110 interval->start_time, interval->end_time,
161 - _AudioFrameForTime(interval->start_time);
165 interval->start_time, interval->end_time,
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddsrec.c59 time_t start_time, end_time; local
77 start_time = time (NULL);
173 report_transfer_performance (data_count, start_time, end_time);
H A Dm32r-rom.c121 time_t start_time, end_time; /* for timing of download */ local
131 start_time = time (NULL);
168 end_time - start_time);
407 time_t start_time, end_time; /* for timing of download */ local
469 start_time = time (NULL);
520 end_time - start_time);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-cnfp.c72 u_int32_t start_time; /* sys_uptime value */ member in struct:nfrec
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/condvar/
H A Dpthread_cond_wait_1.c128 struct timespec start_time, current_time; local
151 clock_gettime(CLOCK_REALTIME, &start_time);
155 if(timediff(current_time, start_time) > RUNTIME)
H A Dpthread_cond_wait_2.c129 struct timespec start_time, current_time; local
152 clock_gettime(CLOCK_REALTIME, &start_time);
156 if(timediff(current_time, start_time) > RUNTIME)
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h55 bigtime_t start_time; // buffer's start time stamp member in struct:log_message::__anon2896::__anon2897
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DTToolTip.h42 bigtime_t start_time; member in struct:tool_tip
H A DTToolTip.cpp310 tip->start_time = system_time() + tip->settings.delay;
325 tip->start_time = system_time() + tip->settings.delay;
335 (tip->start_time < system_time())) {
347 tip->start_time = system_time() + tip->settings.delay;
351 tip->start_time = system_time() + tip->settings.delay;
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c223 static time_t start_time; /* time at start of writes */ local
226 start_time = 0;
269 if (start_time > 0 &&
271 && statbuf.st_mtime >= start_time) {
278 if (start_time == 0) {
280 || (start_time = statbuf.st_mtime) == 0) {
308 statbuf.st_mtime < start_time) {
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp291 mediaHeader->start_time = fStartTime;
520 TRACE_AUDIO("AVCodecDecoder::_DecodeAudio(audio start_time %.6fs)\n",
521 mediaHeader->start_time / 1000000.0);
580 fStartTime = chunkMediaHeader.start_time;
658 mediaHeader->start_time = chunkMediaHeader.start_time;
659 fStartTime = chunkMediaHeader.start_time;
670 TRACE("[v] start_time=%02d:%02d.%02d field_sequence=%lu\n",
671 int((mediaHeader->start_time / 60000000) % 60),
672 int((mediaHeader->start_time / 100000
[all...]
/haiku-fatelf/src/add-ons/media/plugins/xvid_decoder/
H A DXvidDecoder.cpp120 printf("media_header {%s, size_used: %ld, start_time: %lld (%02d:%02d.%02d), "
123 media_type_name(mh->type), mh->size_used, mh->start_time,
124 int((mh->start_time / 60000000) % 60),
125 int((mh->start_time / 1000000) % 60),
126 int((mh->start_time / 10000) % 100),
400 mh->start_time = 0;
536 mh->start_time = (bigtime_t) (1000000.0 * fFrame
546 PRINT(("%p->XvidDecoder::Decode() - start_time=%02d:%02d.%02d "
548 int((mh->start_time / 60000000) % 60),
549 int((mh->start_time / 100000
[all...]
/haiku-fatelf/src/add-ons/media/plugins/musepack/
H A DMusePackDecoder.cpp81 mediaHeader->start_time = (bigtime_t) ((1000 * fFramePosition) / (fFrameRate / 1000.0));
83 // printf("MusePackDecoder::Decode, start-time %.3f, played-frames %Ld\n", mediaHeader->start_time / 1000000.0, fFramePosition);
/haiku-fatelf/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp85 buffer->Header()->start_time / 1E6);
87 media_timed_event event(buffer->Header()->start_time,
223 "%5.4f\n", buffer->Header()->start_time / 1E6,

Completed in 199 milliseconds

12345