/external/speex/libspeex/ |
D | jitter.c | 380 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter… in jitter_buffer_put() 394 if (!jitter->reset_state && LT32(packet->timestamp, jitter->next_stop)) in jitter_buffer_put() 396 …update_timings(jitter, ((spx_int32_t)packet->timestamp) - ((spx_int32_t)jitter->next_stop) - jitte… in jitter_buffer_put() 410 …if (jitter->reset_state || GE32(packet->timestamp+packet->span+jitter->delay_step, jitter->pointer… in jitter_buffer_put() 423 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put() 427 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put() 429 earliest = jitter->packets[j].timestamp; in jitter_buffer_put() 450 jitter->packets[i].timestamp=packet->timestamp; in jitter_buffer_put() 483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest))) in jitter_buffer_get() 485 oldest = jitter->packets[i].timestamp; in jitter_buffer_get() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
D | pvvideodecoderinterface.h | 39 …virtual bool DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *… 42 …virtual bool DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *… in DecodeVideoFrame() argument 45 OSCL_UNUSED_ARG(timestamp); in DecodeVideoFrame() 52 virtual bool DecodeVideoFrameAsyncResp(uint32 timestamp[], int32 buffer_size[]) in DecodeVideoFrameAsyncResp() argument 54 OSCL_UNUSED_ARG(timestamp); in DecodeVideoFrameAsyncResp() 60 virtual bool getSynchResponse(uint32 timestamp[], int32 buffer_size[]) in getSynchResponse() argument 62 OSCL_UNUSED_ARG(timestamp); in getSynchResponse() 80 virtual void DecSetReference(uint8 *refYUV, uint32 timestamp) = 0; 81 virtual void DecSetEnhReference(uint8 *refYUV, uint32 timestamp) = 0;
|
D | pvm4vdecoder_dpi.h | 77 IMPORT_C void DecSetEnhReference(uint8 *refYUV, uint32 timestamp) {}; in DecSetEnhReference() argument 88 IMPORT_C bool getSynchResponse(uint32 timestamp[], int32 buffer_size[]); 101 …IMPORT_C bool DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *u… 102 …IMPORT_C bool DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *u… 103 IMPORT_C bool DecodeVideoFrameAsyncResp(uint32 timestamp[], int32 buffer_size[]); 128 IMPORT_C void DecSetReference(uint8 *refYUV, uint32 timestamp);
|
D | mp4dec_api.h | 115 uint32 timestamp; member 161 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 162 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 163 …DecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_s… 164 …Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu…
|
D | pvm4vdecoder.h | 80 …virtual bool DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *… 146 virtual void DecSetReference(uint8 *refYUV, uint32 timestamp); 151 virtual void DecSetEnhReference(uint8 *refYUV, uint32 timestamp);
|
/external/srec/portable/src/ |
D | ptimestamp.c | 27 void PTimeStampSet(PTimeStamp *timestamp) in PTimeStampSet() argument 31 timestamp->secs = 0; in PTimeStampSet() 32 timestamp->msecs = 0; in PTimeStampSet() 39 timestamp->secs = now.time; in PTimeStampSet() 40 timestamp->msecs = now.millitm; in PTimeStampSet() 44 timestamp->secs = now.tv_sec; in PTimeStampSet() 45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND; in PTimeStampSet()
|
/external/opencore/protocols/rtp_payload_parser/include/ |
D | payload_parser.h | 83 Payload() : stream(0), timestamp(0), sequence(0), in Payload() 85 Payload(uint32 stream, uint32 timestamp, uint32 sequence, in Payload() argument 89 this->timestamp = timestamp; in Payload() 110 uint32 timestamp; variable 127 timestamp = aPayLoad.timestamp; in Copy()
|
/external/bluez/utils/sdpd/ |
D | cstate.c | 47 uint32_t timestamp; member 59 if (p->timestamp == cstate->timestamp) in sdp_get_cached_rsp() 74 cstate->timestamp = sdp_get_time(); in sdp_cstate_alloc_buf() 77 return cstate->timestamp; in sdp_cstate_alloc_buf()
|
/external/webkit/WebCore/page/ |
D | Geoposition.h | 39 …OMTimeStamp timestamp) { return adoptRef(new Geoposition(latitude, longitude, altitude, accuracy, … in create() argument 48 DOMTimeStamp timestamp() const { return m_timestamp; } in timestamp() function 53 …de, double accuracy, double altitudeAccuracy, double heading, double speed, DOMTimeStamp timestamp) in Geoposition() argument 61 , m_timestamp(timestamp) in Geoposition()
|
/external/opencore/android/ |
D | android_audio_output.cpp | 211 PVMFTimestamp timestamp; in DiscardData() local 223 timestamp = iOSSRequestQueue[i].iTimestamp; in DiscardData() 225 …d buffer (%d) context(%p) timestamp(%u) Datalen(%d)", audcmdid,context, timestamp,iOSSRequestQueue… in DiscardData() 229 WriteResponse resp(PVMFSuccess, audcmdid, context, timestamp); in DiscardData() 395 PVMFTimestamp timestamp = 0; in audout_thread_func() local 418 sendResponse(cmdid, context, timestamp); in audout_thread_func() 462 timestamp = iOSSRequestQueue[0].iTimestamp; in audout_thread_func() 465 … LOGV("receive buffer (%d), timestamp = %u data queued = %u", cmdid, timestamp,iDataQueued); in audout_thread_func() 504 sendResponse(cmdid, context, timestamp); in audout_thread_func() 511 if (len) sendResponse(cmdid, context, timestamp); in audout_thread_func() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | pvm4vdecoder.cpp | 121 bool PVM4VDecoder::DecodeVideoFrame(uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint… in DecodeVideoFrame() argument 123 …eoFrame((VideoDecControls *)iVideoCtrls, (uint8 **) bitstream, (uint32*)timestamp, (int32*)buffer_… in DecodeVideoFrame() 176 void PVM4VDecoder::DecSetReference(uint8 *refYUV, uint32 timestamp) in DecSetReference() argument 178 PVDecSetReference((VideoDecControls *)iVideoCtrls, (uint8*)refYUV, timestamp); in DecSetReference() 183 void PVM4VDecoder::DecSetEnhReference(uint8 *refYUV, uint32 timestamp) in DecSetEnhReference() argument 185 PVDecSetEnhReference((VideoDecControls *)iVideoCtrls, (uint8*)refYUV, timestamp); in DecSetEnhReference()
|
D | pvdec_api.cpp | 997 … uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) in PVDecodeVideoFrame() argument 1002 …status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_e… in PVDecodeVideoFrame() 1025 …uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], ui… in PVDecodeVopHeader() argument 1049 timestamp[idx] = -1; in PVDecodeVopHeader() 1054 if (timestamp[idx] < 0) in PVDecodeVopHeader() 1077 … timestamp[idx] = CalcVopDisplayTime(video->vol[idx], vopHeader[idx], video->shortVideoHeader); in PVDecodeVopHeader() 1084 timestamp[idx] = vopHeader[idx]->timeStamp; in PVDecodeVopHeader() 1089 if (timestamp[idx] >= 0 && (display_time < 0 || display_time > timestamp[idx])) in PVDecodeVopHeader() 1091 display_time = timestamp[idx]; in PVDecodeVopHeader() 1094 else if (display_time == timestamp[idx]) in PVDecodeVopHeader() [all …]
|
/external/apache-http/src/org/apache/http/util/ |
D | VersionInfo.java | 290 String timestamp = null; in fromMap() local 302 timestamp = (String) info.get(PROPERTY_TIMESTAMP); in fromMap() 303 if ((timestamp != null) && in fromMap() 304 ((timestamp.length() < 1) || in fromMap() 305 (timestamp.equals("${mvn.timestamp}"))) in fromMap() 307 timestamp = null; in fromMap() 314 return new VersionInfo(pckg, module, release, timestamp, clsldrstr); in fromMap()
|
/external/opencore/baselibs/media_data_structures/src/ |
D | gau_object.h | 41 uint32 timestamp; member 55 this->timestamp = X.timestamp; in copy() 65 this->timestamp = pX->timestamp; in copy()
|
/external/netperf/ |
D | hist.h | 92 void HIST_timestamp(hrtime_t *timestamp); 94 void HIST_timestamp(hrt_t *timestamp); 96 void HIST_timestamp(LARGE_INTEGER *timestamp); 98 void HIST_timestamp(struct timeval *timestamp);
|
/external/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 27 timestamp = QDateTime::currentDateTime(); in msg() 32 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() 37 QDateTime timestamp; variable
|
/external/wpa_supplicant/wpa_gui/ |
D | wpamsg.h | 21 timestamp = QDateTime::currentDateTime(); in msg() 26 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() 31 QDateTime timestamp; variable
|
/external/opencore/fileformats/mp4/parser/src/ |
D | movieatom.cpp | 845 uint32 timestamp, returnedTS; in resetPlayback() local 869 timestamp = mcc.get_converted_ts(1000); in resetPlayback() 871 if (timestamp <= modifiedTimeStamp) in resetPlayback() 873 modifiedTimeStamp = timestamp; in resetPlayback() 911 timestamp = mcc.get_converted_ts(1000); in resetPlayback() 913 if (timestamp <= modifiedTimeStamp) in resetPlayback() 915 modifiedTimeStamp = timestamp; in resetPlayback() 939 timestamp = mcc.get_converted_ts(1000); in resetPlayback() 941 if (timestamp <= modifiedTimeStamp) in resetPlayback() 943 modifiedTimeStamp = timestamp; in resetPlayback() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
D | SDL_keyboard.c | 46 Uint32 timestamp; /* the time the first keydown event occurred */ member 328 SDL_KeyRepeat.timestamp = 0; in SDL_ResetKeyboard() 489 if ( SDL_KeyRepeat.timestamp && in SDL_PrivateKeyboard() 491 SDL_KeyRepeat.timestamp = 0; in SDL_PrivateKeyboard() 524 SDL_KeyRepeat.timestamp=SDL_GetTicks(); in SDL_PrivateKeyboard() 539 if ( SDL_KeyRepeat.timestamp ) { in SDL_CheckKeyRepeat() 543 interval = (now - SDL_KeyRepeat.timestamp); in SDL_CheckKeyRepeat() 546 SDL_KeyRepeat.timestamp = now; in SDL_CheckKeyRepeat() 551 SDL_KeyRepeat.timestamp = now; in SDL_CheckKeyRepeat() 569 SDL_KeyRepeat.timestamp = 0; in SDL_EnableKeyRepeat()
|
/external/opencore/fileformats/mp3/parser/include/ |
D | imp3ff.h | 199 OSCL_IMPORT_REF uint32 ResetPlayback(uint32 timestamp = 0); 228 …REF MP3ErrorType GetNextMediaSample(uint8 *buf, uint32 size, uint32& framesize, uint32& timestamp); 244 OSCL_IMPORT_REF uint32 SeekToTimestamp(uint32 timestamp); 252 OSCL_IMPORT_REF uint32 SeekPointFromTimestamp(uint32& timestamp); 260 OSCL_IMPORT_REF uint32 GetFileOffsetForAutoResume(uint32& timestamp);
|
/external/tcpdump/ |
D | print-lspping.c | 470 struct timeval timestamp; in lspping_print() local 552 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec); in lspping_print() 553 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec); in lspping_print() 555 ts_print(×tamp); in lspping_print() 557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec); in lspping_print() 558 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec); in lspping_print() 560 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0)) in lspping_print() 561 ts_print(×tamp); in lspping_print()
|
/external/webkit/WebCore/loader/icon/ |
D | IconRecord.h | 54 IconSnapshot() : timestamp(0) { } in IconSnapshot() 58 , timestamp(stamp) in IconSnapshot() 63 int timestamp; variable
|
/external/dbus/dbus/ |
D | dbus-keyring.c | 294 long timestamp; in add_new_key() local 364 _dbus_get_current_time (×tamp, NULL); in add_new_key() 367 keys[n_keys-1].creation_time = timestamp; in add_new_key() 479 long timestamp; in _dbus_keyring_reload() local 505 if (!_dbus_string_parse_int (&line, next, ×tamp, &next)) in _dbus_keyring_reload() 511 if (timestamp < 0 || in _dbus_keyring_reload() 512 (now + MAX_TIME_TRAVEL_SECONDS) < timestamp || in _dbus_keyring_reload() 513 (now - EXPIRE_KEYS_TIMEOUT_SECONDS) > timestamp) in _dbus_keyring_reload() 516 now - timestamp, timestamp, now); in _dbus_keyring_reload() 549 keys[n_keys-1].creation_time = timestamp; in _dbus_keyring_reload()
|
/external/tcpdump/tests/ |
D | print-AA.new | 1 …20 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop… 4 …920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 13063… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 …27.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 13063… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 …27.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 13063… 188 …27.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 13063… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-AA.out | 1 …20 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop… 4 …920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 13063… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 …27.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 13063… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 …27.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 13063… 188 …27.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 13063… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|