/external/webrtc/webrtc/modules/video_coding/ |
timestamp_map.h | 29 void Add(uint32_t timestamp, VCMFrameInformation* data); 30 VCMFrameInformation* Pop(uint32_t timestamp); 34 uint32_t timestamp; member in struct:webrtc::VCMTimestampMap::TimestampDataTuple
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
Utils.hpp | 23 * Get current timestamp in nanoseconds 29 * Populates a timespec data structure from a int64_t timestamp 31 * @param target_ns timestamp in nanoseconds
|
/external/autotest/puppylab/ |
templates.py | 22 "\ttimestamp=%(timestamp)s\tlocaltime=%(date)s\n" 23 "\t\tGOOD\t%(test_name)s\t%(test_name)s\ttimestamp=%(timestamp)s\t" 25 "\tEND GOOD\t%(test_name)s\t%(test_name)s\ttimestamp=%(timestamp)s\t" 30 "START\t----\t----\ttimestamp=%(timestamp)s\tlocaltime=%(date)s" 31 "\n\tSTART\t%(test_name)s\t%(test_name)s\ttimestamp=%(timestamp)s\t" 33 "\ttimestamp=%(timestamp)s\tlocaltime=%(date)s\tcompleted " 35 "\ttimestamp=%(timestamp)s\tlocaltime=%(date)s\n" 36 "END GOOD\t----\t----\ttimestamp=%(timestamp)s\tlocaltime=%(date)s")
|
/external/chromium-trace/catapult/firefighter/schemas/ |
builds.json | 9 "type": "TIMESTAMP", 14 "type": "TIMESTAMP",
|
/system/core/crash_reporter/ |
kernel_log_collector.sh | 36 timestamp="$(echo $1 | cut -d " " -f 1)" 37 timestamp="$(date -d "${timestamp}" +%s)" || exit $? 38 echo "${timestamp}" 45 die "coule not get timestamp from: ${last_line}" 49 if ! timestamp=$(get_timestamp "${line}"); then 50 die "could not get timestamp from: ${line}" 52 if [ ${timestamp} -gt ${allowed_timestamp} ]; then
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
initial_delay_manager.h | 40 // Received timestamp of the first sync-packet in the sequence. 49 // Update with the last received RTP header, |header|, and received timestamp, 64 // Based on the last received timestamp and given the current timestamp, 68 // Get playout timestamp. 69 // Returns true if the timestamp is valid (when buffering), otherwise false. 86 // |initial_delay_ms| millisecond behind the latest received timestamp. 105 // is played out, |playout_ts| is a timestamp which is equal to 107 // RTP timestamp. 111 // timestamp and last received timestamp), sequence of sync-packets i [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
ImageDistributorImpl.java | 35 * according to their timestamp. 40 * An input timestamp stream and an output image stream to receive images 66 * device. This is used as a kind of clock-signal to indicate when timestamp 74 * synchronize all of the timestamp streams associated with each added 85 * Distributes the image to all added routes according to timestamp. Note 86 * that this waits until the global timestamp stream indicates that the next 87 * image has been captured to ensure that the timestamp streams for all 98 final long timestamp = image.getTimestamp(); local 100 // Wait until the global timestamp stream indicates that either the 103 // timestamp streams should have an entry for the *current* image' [all...] |
/build/core/ |
phony_package.mk | 6 LOCAL_MODULE_SUFFIX := -timestamp
|
/build/kati/testcase/ |
order_only2.mk | 1 # TODO(ninja): Ninja does not believe the timestamp so this test is invalid.
|
/external/autotest/database/server_db_migrations/ |
002_add_server_attributes.py | 7 `date_modified` timestamp DEFAULT current_timestamp on update current_timestamp,
|
/external/conscrypt/src/test/resources/ |
README | 11 timestamp signed by the test CT log 13 - ct-signed-timestamp-list: TLS-encoded SignedCertificateTimestampList containing one SCT for 16 - ct-signed-timestamp-list-invalid: TLS-encoded SignedCertificateTimestampList containing one SCT 19 - ct-signed-timestamp-list-unknown: TLS-encoded SignedCertificateTimestampList containing one SCT
|
/external/libweave/src/states/ |
state_change_queue.h | 19 // The |timestamp| records the time of the state change. 25 : timestamp{time}, changed_properties{std::move(properties)} {} 26 base::Time timestamp; member in struct:weave::StateChange 35 bool NotifyPropertiesUpdated(base::Time timestamp,
|
/external/skia/tests/ |
Time.cpp | 49 SkString timeStamp; 50 dateTime.toISO8601(&timeStamp); 51 REPORTER_ASSERT(r, timeStamp.size() > 0); 53 timeStamp.c_str());
|
/external/snakeyaml/src/test/resources/recursive/ |
with-children-pretty.yaml | 5 birthday: !!timestamp '1970-01-12T13:46:40Z', 11 birthday: !!timestamp '1983-04-24T02:40:00Z', 18 birthday: !!timestamp '1973-03-03T09:46:40Z', 36 birthday: !!timestamp '1979-10-28T23:06:40Z',
|
/external/tlsdate/tests/wait-idle/ |
subproc.sh | 6 emit_time "timestamp"
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
remote_ntp_time_estimator.h | 22 // RemoteNtpTimeEstimator can be used to estimate a given RTP timestamp's NTP 33 // NTP fraction |ntp_frac| and RTP timestamp |rtcp_timestamp|. 37 // Estimates the NTP timestamp in local timebase from |rtp_timestamp|. 38 // Returns the NTP timestamp in ms when success. -1 if failed.
|
/external/webrtc/webrtc/system_wrappers/include/ |
rtp_to_ntp.h | 22 RtcpMeasurement(uint32_t ntp_secs, uint32_t ntp_frac, uint32_t timestamp); 39 // Converts an RTP timestamp to the NTP domain in milliseconds using two 40 // (RTP timestamp, NTP timestamp) pairs.
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
hal_outputs.c | 118 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to 123 inv_time_t * timestamp) 130 inv_get_accel_set(accel, accuracy, timestamp); 139 values[2], status, *timestamp); 147 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to 152 inv_time_t * timestamp) 428 inv_time_t timestamp; local 457 inv_time_t timestamp; local [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
hal_outputs.c | 70 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
75 inv_time_t * timestamp)
82 inv_get_accel_set(accel, accuracy, timestamp);
91 values[2], status, *timestamp);
99 * @param[out] timestamp The timestamp for this sensor. Derived from the timestamp sent to
104 inv_time_t * timestamp)
382 inv_time_t timestamp; local 411 inv_time_t timestamp; local [all...] |
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/ |
MidiEventScheduler.java | 40 public void onSend(byte[] msg, int offset, int count, long timestamp) 42 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 59 super(timestamp); 79 long timestamp) { 82 event = new MidiEvent(msg, offset, count, timestamp); 90 event.setTimestamp(timestamp);
|
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/ |
MidiEventScheduler.java | 40 public void onSend(byte[] msg, int offset, int count, long timestamp) 42 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 59 super(timestamp); 79 long timestamp) { 82 event = new MidiEvent(msg, offset, count, timestamp); 90 event.setTimestamp(timestamp);
|
/developers/samples/android/common/src/java/com/example/android/common/midi/ |
MidiEventScheduler.java | 40 public void onSend(byte[] msg, int offset, int count, long timestamp) 42 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 59 super(timestamp); 79 long timestamp) { 82 event = new MidiEvent(msg, offset, count, timestamp); 90 event.setTimestamp(timestamp);
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
MidiEventScheduler.java | 40 public void onSend(byte[] msg, int offset, int count, long timestamp) 42 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 59 super(timestamp); 79 long timestamp) { 82 event = new MidiEvent(msg, offset, count, timestamp); 90 event.setTimestamp(timestamp);
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
MidiEventScheduler.java | 40 public void onSend(byte[] msg, int offset, int count, long timestamp) 42 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 59 super(timestamp); 79 long timestamp) { 82 event = new MidiEvent(msg, offset, count, timestamp); 90 event.setTimestamp(timestamp);
|
/frameworks/base/core/java/com/android/internal/midi/ |
MidiEventScheduler.java | 39 public void onSend(byte[] msg, int offset, int count, long timestamp) 41 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp); 62 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { 63 super(timestamp); 83 long timestamp) { 86 event = new MidiEvent(msg, offset, count, timestamp); 94 event.setTimestamp(timestamp);
|