/external/avahi/avahi-common/ |
timeval.c | 97 static time_t timestamp = 0; local 105 if (now >= timestamp + 10) { 106 timestamp = now;
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_blacklist.py | 53 timestamp = time.time() 55 'timestamp': timestamp,
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
securecookie.py | 46 timestamp = str(self._get_timestamp()) 48 signature = self._get_signature(name, value, timestamp) 49 return '|'.join([value, timestamp, signature])
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
SessionInfoStore.java | 53 * version from all contained version. The start timestamp is the minimum of 54 * all contained sessions, the dump timestamp the maximum of all contained 78 * The info objects are emitted in chronological order by dump timestamp.
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
FileSystemEntry.java | 58 * Return the timestamp Date for the last modification of this file system entry
60 * @return the last modified timestamp Date for this file system entry
65 * Set the timestamp Date for the last modification of this file system entry
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCStatsReport.mm | 39 NSString* format = @"id: %@, type: %@, timestamp: %f, values: %@"; 43 self.timestamp, 55 _timestamp = statsReport.timestamp();
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file); 25 TimeStamp = TimeStamp(ix); 55 TimeStamp = TimeStamp(ix); 63 %% Unwrap SeqNo and TimeStamp. 65 TimeStampUW = maxUnwrap(TimeStamp, 4294967295); 178 function [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = ... 181 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME) Reads 184 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
decision_logic_fax.cc | 35 available_timestamp = packet_header->timestamp; 78 // increase the timestamp counter since generated_noise_samples_ will 86 // timestamp while waiting for the time to play this packet.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
rtp_to_text.cc | 31 fprintf(stdout, "seqnum timestamp ts_offset abs_sendtime recvtime " 52 header.timestamp, 66 fprintf(stderr, "Packets with non-zero timestamp offset: %d\n",
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
remote_ntp_time_estimator.cc | 62 uint32_t timestamp = sender_capture_ntp_ms * 90; local 64 ts_extrapolator_->ExtrapolateLocalTime(timestamp); 70 LOG(LS_INFO) << "RTP timestamp: " << rtp_timestamp
|
rtp_receiver_impl.h | 55 // Returns the last received timestamp. 56 bool Timestamp(uint32_t* timestamp) const override;
|
/external/webrtc/webrtc/modules/utility/source/ |
coder.cc | 81 // Fake a timestamp in case audio doesn't contain a correct timestamp. 103 uint32_t /* timeStamp */,
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
default_temporal_layers.h | 27 int EncodeFlags(uint32_t timestamp) override; 36 uint32_t timestamp) override; 38 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
|
/external/webrtc/webrtc/modules/video_processing/test/ |
deflickering_test.cc | 54 uint32_t timeStamp = 1; 62 video_frame_.set_timestamp(timeStamp); 77 timeStamp += (90000 / frame_rate);
|
/frameworks/av/media/libnbaio/ |
AudioStreamOutSink.cpp | 69 status_t AudioStreamOutSink::getTimestamp(ExtendedTimestamp ×tamp) 80 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; 81 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3IOStreamBase.h | 59 // Last received output buffer's timestamp 67 nsecs_t timestamp, 72 nsecs_t timestamp,
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareCallback.java | 37 * @param timestamp The timestamp (elapsed real time in milliseconds) when the transition was 42 long timestamp, int monitoringType) {
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoframe.c | 42 self->timestamp = 0; 199 this_target->timestamp = this_src->timestamp; 235 && this_first->timestamp == this_second->timestamp 286 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp) { 289 obj->timestamp = timestamp; 295 guint64 * timestamp) { 296 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, timestamp); [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
VsyncEventObserver.cpp | 122 int64_t timestamp; local 123 bool ret = mVsyncControl->wait(mDevice, timestamp); 132 mDisplayDevice.onVsync(timestamp);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
VsyncEventObserver.cpp | 121 int64_t timestamp; local 122 bool ret = mVsyncControl->wait(mDevice, timestamp); 130 mDisplayDevice.onVsync(timestamp);
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
RingBuffer.java | 54 long timestamp = image.getTimestamp(); local 55 if (mImages.get(timestamp) != null) { 62 mEvictionHandler.onFrameInserted(timestamp);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/ |
FramerateJankDetector.java | 60 long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); local 62 double deltaMillis = (timestamp - mLastFrameTimestamp) / 1000000.0; 79 mLastFrameTimestamp = timestamp;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DatabaseAsserts.java | 82 * Asserts that a contact id was deleted, has a delete log, and that log has a timestamp greater 83 * than the given timestamp. 86 * @param start The timestamp that the delete log should be greater than.
|
DeletedContactUtil.java | 70 * Queries all records after a given timestamp. 75 long timestamp) { 77 String[] args = new String[] {timestamp + ""};
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/ |
dbapi2.py | 39 Timestamp = datetime.datetime 48 return Timestamp(*time.localtime(ticks)[:6]) 82 register_converter("timestamp", convert_timestamp)
|