HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 251 - 275 of 1238) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
event_tracer.cc 93 uint64_t timestamp,
98 {name, category_enabled, phase, timestamp, 1, thread_id});
129 e.phase, e.timestamp, e.pid, e.tid);
179 uint64_t timestamp; member in struct:rtc::tracing::__anon43880::final::TraceEvent
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 55 packet->header.timestamp = ts_;
71 uint32_t timestamp; member in struct:webrtc::PacketsToInsert
151 EXPECT_EQ(packet->header.timestamp, next_ts);
267 packet_facts[i].timestamp,
360 EXPECT_EQ(current_ts, packet->header.timestamp);
446 // Testing wrap-around case; 'a' is earlier but has a larger timestamp value.
447 a->header.timestamp = 0xFFFFFFFF - 10;
464 a->header.timestamp = b->header.timestamp;
519 // half the timestamp range
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival_unittest.cc 46 // Test that neither inter_arrival instance complete the timestamp group from
57 // Test that both inter_arrival instances complete the timestamp group from
59 // timestamp delta, which is rounded from us to different ranges and must
115 // than the initial timestamp of the group.
163 uint32_t timestamp, int64_t arrival_time_ms,
168 bool computed = inter_arrival->ComputeDeltas(timestamp,
181 uint32_t timestamp, int64_t arrival_time_ms,
190 bool computed = inter_arrival->ComputeDeltas(timestamp,
268 int64_t timestamp = kTriggerNewGroupUs; local
272 timestamp += kMinStep
289 int64_t timestamp = 0; local
323 int64_t timestamp = 0; local
364 int64_t timestamp = kTriggerNewGroupUs; local
390 int64_t timestamp = kTriggerNewGroupUs; local
    [all...]
remote_bitrate_estimator_unittest_helper.h 60 uint32_t timestamp; member in struct:webrtc::testing::RtpStream::RtcpPacket
125 // Set the RTP timestamp offset for the stream identified by |ssrc|.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 81 uint32_t timestamp = abs_send_time << kAbsSendTimeInterArrivalUpshift; local
82 return static_cast<int64_t>(timestamp) * kTimestampToMs;
187 // Lowest timestamp limit, oldest one that should be checked.
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 38 : callback(cb), timestamp(ts) {}
40 int64_t timestamp; member in struct:internal::FrameDecodeParams
86 CMTime timestamp,
97 webrtc::VideoFrame decoded_frame(buffer, decode_params->timestamp, 0,
h264_video_toolbox_encoder.cc 102 : callback(cb), width(w), height(h), render_time_ms(rtms), timestamp(ts) {
114 uint32_t timestamp; member in struct:internal::FrameEncodeParams
197 frame._timeStamp = encode_params->timestamp;
291 input_image.render_time_ms(), input_image.timestamp()));
  /external/webrtc/webrtc/modules/video_coding/
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...]
media_optimization.cc 64 uint32_t timestamp,
67 timestamp(timestamp),
71 uint32_t timestamp; member in struct:webrtc::media_optimization::MediaOptimization::EncodedFrameSample
339 uint32_t timestamp = encoded_image._timeStamp; local
344 encoded_frame_samples_.back().timestamp == timestamp) {
345 // Frames having the same timestamp are generated from the same input
352 EncodedFrameSample(encoded_length, timestamp, now_ms));
520 int denom = encoded_frame_samples_.back().timestamp
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 31 struct os_reltime timestamp; member in struct:hostapd_cached_radius_acl
45 struct os_reltime timestamp; member in struct:hostapd_acl_query_data
105 if (os_reltime_expired(&now, &entry->timestamp,
321 os_get_reltime(&query->timestamp);
361 if (os_reltime_expired(now, &entry->timestamp,
391 if (os_reltime_expired(now, &entry->timestamp,
546 os_get_reltime(&cache->timestamp);
  /external/wpa_supplicant_8/src/radius/
radius_das.c 250 u32 timestamp = ntohl(val); local
251 if ((unsigned int) abs((int) (now.sec - timestamp)) >
254 "Event-Timestamp (%u; local time %u) in "
256 timestamp, (unsigned int) now.sec,
261 wpa_printf(MSG_DEBUG, "DAS: Missing Event-Timestamp in packet "
300 "Event-Timestamp attribute");
  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 85 TimestampInfo *timestamp = &timestampData->timestamps[timestampData->timestampCount]; local
86 timestamp->result = AAudioStream_getTimestamp(stream,
88 &timestamp->timestampPosition,
89 &timestamp->timestampNanos);
90 timestamp->framesTotal = timestampData->framesTotal;
91 timestamp->appPosition = (direction == AAUDIO_DIRECTION_OUTPUT)
94 timestamp->appNanoseconds = getNanoseconds();
239 TimestampInfo *timestamp = &sTimestampData.timestamps[i]; local
240 bool posChanged = (timestamp->timestampPosition != (timestamp - 1)->timestampPosition)
    [all...]
  /frameworks/av/media/libmedia/include/media/
IOMX.h 167 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
207 OMX_TICKS timestamp; member in struct:android::omx_message::__anon45210::__anon45213
212 OMX_TICKS timestamp; member in struct:android::omx_message::__anon45210::__anon45214
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 222 // so use fake timestamp instead
223 uint32_t timestamp = 0xFFFFFFFF; local
226 timestamp = mPvTime;
255 mHandle, &bitstreamTmp, &timestamp, &tmp,
286 outHeader->nTimeStamp = mPvToOmxTimeMap.valueFor(timestamp);
287 mPvToOmxTimeMap.removeItem(timestamp);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 65 uint32 timeStamp; /* time stamp */
109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 67 // timestamp
361 // Also, timestamp may not go to very last frame on stop().
473 ExtendedTimestamp timestamp; // local local
474 status_t status = mOutputSink->getTimestamp(timestamp);
477 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
482 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
484 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
495 // fetch server time if we can't get timestamp
499 // if we never get a new valid timestamp
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 45 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
51 nsecs_t timestamp; member in struct:android::HandleTimestampMessage
312 static void sDataCbTimestamp(nsecs_t timestamp, int32_t msg_type,
389 uint32_t data, uint32_t bufferIndex, int64_t timestamp) override;
393 uint32_t bufferIndex, int64_t timestamp) override;
421 setTimestamp(int64_t timestamp) override;
  /frameworks/base/cmds/statsd/src/storage/
StorageManager.cpp 48 // Returns array of int64_t which contains timestamp in seconds, uid, and
66 static string getFilePath(const char* path, int64_t timestamp, int64_t uid, int64_t configID) {
67 return StringPrintf("%s/%lld_%d_%lld", path, (long long)timestamp, (int)uid,
212 int64_t timestamp = result[0]; local
216 string file_name = getFilePath(STATS_DATA_DIR, timestamp, uid, configID);
264 int64_t timestamp = result[0]; local
267 string file_name = getFilePath(STATS_SERVICE_DIR, timestamp, uid, configID);
350 int64_t timestamp = result[0]; local
353 string file_name = getFilePath(path, timestamp, uid, configID);
355 // Check for timestamp and delete if it's too old
418 int64_t timestamp = result[0]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/metrics/
LogMakerTest.java 42 long timestamp = 1484669007890L; local
51 builder.setTimestamp(timestamp);
65 assertEquals(timestamp, parsed.getTimestamp());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 188 long timestamp = frame.getTimestamp(); local
189 if (timestamp != Frame.TIMESTAMP_NOT_SET) {
  /frameworks/native/libs/gui/
BufferHubProducer.cpp 255 int64_t timestamp; local
263 input.deflate(&timestamp, &is_auto_timestamp, &dataspace, &crop, &scaling_mode, &transform,
305 // Post the buffer producer with timestamp in the metadata.
320 meta_data.timestamp = timestamp;
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 76 int64_t timestamp; local
84 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
86 ASSERT_EQ(timestamp, item.mTimestamp);
    [all...]
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 56 event.header.timestamp = 0;
149 void EventThread::onVSyncEvent(nsecs_t timestamp) {
153 mVSyncEvent[0].header.timestamp = timestamp;
167 event.header.timestamp = systemTime();
216 nsecs_t timestamp = 0; local
218 timestamp = mVSyncEvent[i].header.timestamp;
219 if (timestamp) {
222 mInterceptVSyncsCallback(timestamp);
    [all...]
  /frameworks/rs/
rsAllocation.h 71 int64_t timestamp; member in struct:android::renderscript::Allocation::Hal::State
187 int64_t getTimeStamp() {return mHal.state.timestamp;}
  /hardware/google/av/media/codecs/cmds/
codec2.cpp 268 (work->worklets.front()->output.ordinal.timestamp * 1000ll).peekll(),
296 int64_t timestamp = 0u; local
317 CHECK(meta.findInt64(kKeyTime, &timestamp));
341 work->input.ordinal.timestamp = timestamp;

Completed in 534 milliseconds

<<11121314151617181920>>