HomeSort by relevance Sort by last modified time
    Searched refs:TimeStamp (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc 47 TimeStamp ts_earlier = Time();
49 TimeStamp ts_now = Time();
63 TimeStamp ts_later = TimeAfter(100);
97 TimeStamp ts_earlier = Time();
98 TimeStamp ts_later = TimeAfter(500);
121 TimeStamp ts_earlier = static_cast<TimeStamp>(-50);
122 TimeStamp ts_later = ts_earlier + 100;
timeutils.h 51 typedef uint32 TimeStamp;
63 // Returns a future timestamp, 'elapsed' milliseconds from now.
95 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
messagequeue_unittest.cc 73 TimeStamp now = Time();
  /external/chromium_org/third_party/webrtc/base/
timeutils_unittest.cc 30 TimeStamp ts_earlier = Time();
32 TimeStamp ts_now = Time();
46 TimeStamp ts_later = TimeAfter(100);
80 TimeStamp ts_earlier = Time();
81 TimeStamp ts_later = TimeAfter(500);
104 TimeStamp ts_earlier = static_cast<TimeStamp>(-50);
105 TimeStamp ts_later = ts_earlier + 100;
timeutils.h 34 typedef uint32 TimeStamp;
46 // Returns a future timestamp, 'elapsed' milliseconds from now.
78 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
messagequeue_unittest.cc 56 TimeStamp now = Time();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TimeStampParser.java 33 * Parser for TimeStamp header.
46 * @param timeStamp the header to parse
48 public TimeStampParser(String timeStamp) {
49 super(timeStamp);
62 * @return SIPHeader (TimeStamp object)
69 TimeStamp timeStamp = new TimeStamp();
71 headerName(TokenTypes.TIMESTAMP);
73 timeStamp.setHeaderName(SIPHeaderNames.TIMESTAMP)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.cc 58 _timestampMap.Pop(decodedImage.timestamp()));
69 decodedImage.timestamp(),
105 int32_t VCMDecodedFrameCallback::Map(uint32_t timestamp, VCMFrameInformation* frameInfo)
108 return _timestampMap.Add(timestamp, frameInfo);
111 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp)
114 if (_timestampMap.Pop(timestamp) == NULL)
150 _callback->Map(frame.TimeStamp(), &_frameInfos[_nextFrameInfoIdx]);
161 LOG(LS_WARNING) << "Failed to decode frame with timestamp "
162 << frame.TimeStamp() << ", error code: " << ret;
163 _callback->Pop(frame.TimeStamp());
    [all...]
jitter_buffer.cc 46 insert(rbegin().base(), FrameListPair(frame->TimeStamp(), frame));
49 VCMFrameBuffer* FrameList::FindFrame(uint32_t timestamp) const {
50 FrameList::const_iterator it = find(timestamp);
56 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) {
57 FrameList::iterator it = find(timestamp);
110 TRACE_EVENT_INSTANT1("webrtc", "JB::OldOrEmptyFrameDropped", "timestamp",
111 oldest_frame->TimeStamp());
260 waiting_for_completion_.timestamp = 0;
305 waiting_for_completion_.timestamp = 0;
404 uint32_t max_wait_time_ms, uint32_t* timestamp) {
    [all...]
decoding_state.cc 54 return !IsNewerTimestamp(frame->TimeStamp(), time_stamp_);
61 return !IsNewerTimestamp(packet->timestamp, time_stamp_);
68 time_stamp_ = frame->TimeStamp();
96 time_stamp_ = frame->TimeStamp();
104 if (packet->timestamp == time_stamp_) {
encoded_frame.h 61 * Get frame timestamp (90kHz)
63 uint32_t TimeStamp() const {return _timeStamp;}
frame_buffer.cc 98 _timeStamp = packet.timestamp;
99 // We only take the ntp timestamp of the first packet of a frame.
253 VCMFrameBuffer::GetState(uint32_t& timeStamp) const {
254 timeStamp = TimeStamp();
receiver.cc 93 timing_->IncomingTimestamp(packet.timestamp, clock_->TimeInMilliseconds());
127 // We have a frame - Set timing and render timestamp.
159 // Decode frame as close as possible to the render timestamp.
183 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", frame->TimeStamp(),
273 if (jitter_buffer_.LastDecodedTimestamp() == dual_frame->TimeStamp()) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 36 * TimeStamp SIP Header.
46 public class TimeStamp extends SIPHeader implements TimeStampHeader {
54 * timeStamp field
56 protected long timeStamp = -1;
70 public TimeStamp() {
71 super(TIMESTAMP);
76 if (timeStamp == -1 && timeStampFloat == -1)
78 else if (timeStamp != -1)
79 return Long.toString(timeStamp);
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException
    [all...]
NameMap.java 105 putNameMap(TIMESTAMP, TimeStamp.class.getName()); //14
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 53 typedef unsigned long long TimeStamp;
271 TimeStamp m_lastCharTime;
PopupListBox.cpp 68 static const TimeStamp typeAheadTimeoutMs = 1000;
301 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f);
302 TimeStamp delta = now - m_lastCharTime;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 57 LARGE_INTEGER TimeStamp;
imagehlp.h 72 WINBOOL IMAGEAPI ReBaseImage(PCSTR CurrentImageName,PCSTR SymbolPath,WINBOOL fReBase,WINBOOL fRebaseSysfileOk,WINBOOL fGoingDown,ULONG CheckImageSize,ULONG *OldImageSize,ULONG_PTR *OldImageBase,ULONG *NewImageSize,ULONG_PTR *NewImageBase,ULONG TimeStamp);
73 WINBOOL IMAGEAPI ReBaseImage64(PCSTR CurrentImageName,PCSTR SymbolPath,WINBOOL fReBase,WINBOOL fRebaseSysfileOk,WINBOOL fGoingDown,ULONG CheckImageSize,ULONG *OldImageSize,ULONG64 *OldImageBase,ULONG *NewImageSize,ULONG64 *NewImageBase,ULONG TimeStamp);
wmistr.h 22 LARGE_INTEGER TimeStamp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 87 LARGE_INTEGER TimeStamp;
113 LARGE_INTEGER TimeStamp;
176 ULONGLONG TimeStamp;
216 ERROR_TIMESTAMP TimeStamp;
249 lid |= (USHORT)((UCHAR)(Log->TimeStamp.s.Reserved) << 8);
251 lid |= (USHORT)((UCHAR)(Log->TimeStamp.Reserved) << 8);
946 ULONG TimeStamp;
964 ULONGLONG TimeStamp:1;
977 ERROR_TIMESTAMP TimeStamp;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 155 image._timeStamp = videoBuffer.TimeStamp();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 230 public static class TimeStamp extends Time {
232 public TimeStamp() {
236 public static TimeStamp fromByteArray(byte[] data) {
237 TimeStamp ts = new TimeStamp();
263 builder.append("TimeStamp ");
275 public TimeStamp msgCenterTimeStamp;
276 public TimeStamp validityPeriodAbsolute;
277 public TimeStamp deferredDeliveryTimeAbsolute;
    [all...]
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 68 TimeStamp expiry;
87 TimeStamp expiry;
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 219 TimeStamp ts_expiry;
321 TimeStamp ts_expiry;
690 TimeStamp ts_expiry;

Completed in 4402 milliseconds

1 2 3