/external/webrtc/webrtc/common_video/ |
video_render_frames.cc | 39 "%s: too old frame, timestamp=%u.", 41 new_frame.timestamp()); 47 "%s: frame too long into the future, timestamp=%u.", 48 __FUNCTION__, new_frame.timestamp());
|
/external/webrtc/webrtc/modules/pacing/ |
packet_router_unittest.cc | 43 uint64_t timestamp = 7890; local 49 EXPECT_CALL(rtp_1, TimeToSendPacket(kSsrc1, sequence_number, timestamp, 55 timestamp, retransmission)); 59 timestamp += 30; 66 EXPECT_CALL(rtp_2, TimeToSendPacket(kSsrc2, sequence_number, timestamp, 71 timestamp, retransmission)); 79 timestamp, retransmission)); 89 timestamp, retransmission)); 99 timestamp, retransmission));
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
reference_picture_selection.h | 35 // |now_ts| is the RTP timestamp corresponding to the current time. Typically 36 // the capture timestamp of the frame currently being processed. 45 // |now_ts| is the RTP timestamp corresponding to the current time. Typically 46 // the capture timestamp of the frame currently being processed.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
screenshare_layers.cc | 48 ScreenshareLayersVP9::GetSuperFrameSettings(uint32_t timestamp, 52 last_timestamp_ = timestamp; 55 float time_diff = (timestamp - last_timestamp_) / 90.f; 89 last_timestamp_ = timestamp;
|
/frameworks/av/media/libmedia/ |
IAudioTrack.cpp | 126 virtual status_t getTimestamp(AudioTimestamp& timestamp) { 133 timestamp.mPosition = reply.readInt32(); 134 timestamp.mTime.tv_sec = reply.readInt32(); 135 timestamp.mTime.tv_nsec = reply.readInt32(); 194 AudioTimestamp timestamp; local 195 status_t status = getTimestamp(timestamp); 198 reply->writeInt32(timestamp.mPosition); 199 reply->writeInt32(timestamp.mTime.tv_sec); 200 reply->writeInt32(timestamp.mTime.tv_nsec);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3ZslStream.h | 51 * Locate a buffer matching this timestamp in the RingBufferConsumer, 57 status_t enqueueInputBufferByTimestamp(nsecs_t timestamp, 62 * latestTimestamp will be filled with the largest timestamp of buffers 96 nsecs_t timestamp,
|
/frameworks/av/services/camera/libcameraservice/utils/ |
TagMonitor.h | 58 nsecs_t timestamp, const CameraMetadata& metadata); 80 * Stores a new metadata field value and the timestamp at which it changed. 85 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp, 91 nsecs_t timestamp; member in struct:android::TagMonitor::MonitorEvent
|
/frameworks/base/core/java/android/net/metrics/ |
IpConnectivityLog.java | 49 * @param timestamp is the epoch timestamp of the event in ms. 54 public boolean log(long timestamp, Parcelable data) { 71 new ConnectivityMetricsEvent(timestamp, COMPONENT_TAG_CONNECTIVITY, 0, data);
|
/frameworks/base/core/java/com/android/internal/midi/ |
EventScheduler.java | 24 * Store arbitrary timestamped events using a Long timestamp. 95 * @param timestamp 97 public SchedulableEvent(long timestamp) { 98 mTimestamp = timestamp; 102 * @return timestamp 109 * The timestamp should not be modified when the event is in the 112 public void setTimestamp(long timestamp) { 113 mTimestamp = timestamp; 184 * @param timestamp
|
/frameworks/base/docs/html/distribute/stories/ |
index.jd | 26 data-sortOrder="-timestamp" 35 data-sortOrder="-timestamp" 48 data-sortOrder="-timestamp" 57 data-sortOrder="-timestamp"
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerEntry.java | 33 static final String TIMESTAMP = "Timestamp"; 58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE, 115 private void setTimestamp(String timestamp) { 116 mTimestamp = timestamp; 171 cValues.put(TIMESTAMP, mTimestamp); 209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP)); local 213 entry.setTimestamp(timestamp);
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_get_frame_timestamps.txt | 65 surface, EGLint timestamp); 81 enable/disable timestamp collection for this surface. A value of EGL_TRUE 82 enables timestamp collection, while a value of EGL_FALSE disables it. The 104 of timestamp data. If a query is made for a frame whose timestamp history 105 no longer exists then EGL_BAD_ACCESS is generated. If timestamp collection 108 zero. Timestamp queries that are not supported will generate an 130 Not all implementations may support all off the above timestamp queries. The 134 surface, EGLint timestamp);
|
/frameworks/native/services/sensorservice/tests/ |
sensorservicetest.cpp | 41 t = float(buffer[i].timestamp - oldTimeStamp) / s2ns(1); 43 t = float(buffer[i].timestamp - sStartTime) / s2ns(1); 45 oldTimeStamp = buffer[i].timestamp; 49 buffer[i].timestamp,
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderVP8.h | 31 // Last input buffer timestamp
|
/libcore/ojluni/src/main/java/sun/security/timestamp/ |
TimestampToken.java | 26 package sun.security.timestamp; 36 * This class provides the timestamp token info resulting from a successful 37 * timestamp request, as defined in 84 * Constructs an object to store a timestamp token. 91 throw new IOException("No timestamp token info"); 97 * Extract the date and time from the timestamp token. 99 * @return The date and time when the timestamp was generated. 123 * Parses the timestamp token info. 134 throw new IOException("Bad encoding for timestamp token info");
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstResultsSaver.java | 39 * timestamp 44 * Generates sequential timestamp with 1 second difference. 52 * @param seedTimestampMillis the timestamp in milliseconds for 60 * Returns the next timestamp. 92 // The timestamp with which a media item is saved 101 // We create a timestamp-generator that generates 147 // Use ordered timestamp for saving the media item, this way media 150 long timestamp = timestampGenerator.getNextTimestampMillis(); local 160 timestamp, local
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
duration.proto | 46 // or "month". It is related to Timestamp in that the difference between 47 // two Timestamp values is a Duration and it can be added or subtracted 48 // from a Timestamp. Range is approximately +-10,000 years. 52 // Timestamp start = ...; 53 // Timestamp end = ...; 67 // Example 2: Compute Timestamp from Timestamp + Duration in pseudo code. 69 // Timestamp start = ...; 71 // Timestamp end = ...;
|
/system/extras/ext4_utils/ |
mkuserimg.sh | 9 [-T TIMESTAMP] [-C FS_CONFIG] [-D PRODUCT_OUT] [-B BLOCK_LIST_FILE] [-d BASE_ALLOC_FILE_IN ] [-A BASE_ALLOC_FILE_OUT ] [-L LABEL] [FILE_CONTEXTS] 46 TIMESTAMP=-1 48 TIMESTAMP=$2 125 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE $JOURNAL_FLAGS -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR $PRODUCT_OUT"
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_unittest_helper.cc | 88 rtcp->timestamp = rtp_timestamp_offset_ + static_cast<uint32_t>( 160 // Set the RTP timestamp offset for the stream identified by |ssrc|. 207 0xFFFFF000, // Timestamp offset. 230 header.timestamp = rtp_timestamp; 313 uint32_t timestamp = 0; local 325 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp, 334 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp, 337 timestamp += 90 * kFrameIntervalMs; 360 uint32_t timestamp = 0; local 362 IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp, 521 uint32_t timestamp = 0; local 576 uint32_t timestamp = 0; local 638 uint32_t timestamp = 0; local [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
decoding_state_unittest.cc | 36 packet.timestamp = 1; 89 packet.timestamp = 1; 100 packet.timestamp = 2; 111 packet.timestamp = 4; 120 packet.timestamp = 5; 132 packet.timestamp = 6; 144 packet.timestamp = 7; 153 packet.timestamp = 8; 164 // Should only update if the timeStamp match. 167 packet.timestamp = 1 [all...] |
jitter_buffer_unittest.cc | 68 EXPECT_TRUE(map_.Find(packet_.timestamp, &it)); 69 EXPECT_EQ(packet_.timestamp, it->first); 75 packet_.timestamp = kSsTimestamp1; 77 packet_.timestamp = kSsTimestamp2; 96 EXPECT_TRUE(map_.Find(packet_.timestamp, &it)); 97 EXPECT_EQ(packet_.timestamp, it->first); 100 EXPECT_FALSE(map_.Find(packet_.timestamp, &it)); 106 packet_.timestamp = kSsTimestamp1; 124 packet_.timestamp = kSsTimestamp1; 126 packet_.timestamp = kSsTimestamp2 218 uint32_t timestamp = 0; local 227 uint32_t timestamp = 0; local 359 uint32_t timestamp = 0; local 371 uint32_t timestamp = 0; local 1121 uint32_t timestamp = 0; local 1220 uint32_t timestamp; local 1284 uint32_t timestamp; local [all...] |
jitter_buffer.h | 46 VCMJitterSample() : timestamp(0), frame_size(0), latest_packet_time(-1) {} 47 uint32_t timestamp; member in struct:webrtc::VCMJitterSample 63 VCMFrameBuffer* PopFrame(uint32_t timestamp); 79 // Removes SS data that are older than |timestamp|. 80 // The |timestamp| should be an old timestamp, i.e. packets with older 82 void RemoveOld(uint32_t timestamp); 88 // Returns an iterator to the corresponding SS data for the input |timestamp|. 89 bool Find(uint32_t timestamp, SsMap::iterator* it); 94 bool TimeForCleanup(uint32_t timestamp) const [all...] |
/external/libchrome/base/trace_event/common/ |
trace_event_common.h | 58 // current process id, thread id, and a timestamp in microseconds. 299 timestamp) \ 301 TRACE_EVENT_PHASE_INSTANT, category_group, name, 0, 0, timestamp, \ 342 // Similar to TRACE_EVENT_BEGINx but with a custom |at| timestamp provided. 349 thread_id, timestamp) \ 352 timestamp, TRACE_EVENT_FLAG_NONE) 354 category_group, name, id, thread_id, timestamp) \ 357 timestamp, TRACE_EVENT_FLAG_COPY) 359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ 362 timestamp, TRACE_EVENT_FLAG_COPY, arg1_name, arg1_val [all...] |
/external/v8/base/trace_event/common/ |
trace_event_common.h | 58 // current process id, thread id, and a timestamp in microseconds. 299 timestamp) \ 301 TRACE_EVENT_PHASE_INSTANT, category_group, name, 0, 0, timestamp, \ 342 // Similar to TRACE_EVENT_BEGINx but with a custom |at| timestamp provided. 349 thread_id, timestamp) \ 352 timestamp, TRACE_EVENT_FLAG_NONE) 354 category_group, name, id, thread_id, timestamp) \ 357 timestamp, TRACE_EVENT_FLAG_COPY) 359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ 362 timestamp, TRACE_EVENT_FLAG_COPY, arg1_name, arg1_val [all...] |
/external/chromium-trace/catapult/tracing/tracing/model/ |
cpu.html | 40 // Start timestamp of the last active thread. 161 * Closes the thread running on the CPU. |end_timestamp| is the timestamp 171 throw new Error('The end timestamp of a thread running on CPU ' + 172 this.cpuNumber + ' is before its start timestamp.'); 198 switchActiveThread: function(timestamp, old_thread_args, new_thread_id, 201 this.closeActiveThread(timestamp, old_thread_args); 204 this.lastActiveTimestamp_ = timestamp; 225 freqSample.series_.samples_[index + 1].timestamp : range.max; 227 var freqRange = tr.b.Range.fromExplicitRange(freqSample.timestamp, 242 function(x) { return x.timestamp; }, [all...] |