HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 201 - 225 of 435) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
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,
332 os_get_reltime(&query->timestamp);
372 if (os_reltime_expired(now, &entry->timestamp,
402 if (os_reltime_expired(now, &entry->timestamp,
556 os_get_reltime(&cache->timestamp);
  /external/wpa_supplicant_8/src/radius/
radius_das.c 445 u32 timestamp = ntohl(val); local
446 if ((unsigned int) abs((int) (now.sec - timestamp)) >
449 "Event-Timestamp (%u; local time %u) in "
451 timestamp, (unsigned int) now.sec,
456 wpa_printf(MSG_DEBUG, "DAS: Missing Event-Timestamp in packet "
483 "Event-Timestamp attribute");
  /frameworks/av/media/codec2/components/cmds/
codec2.cpp 267 (work->worklets.front()->output.ordinal.timestamp * 1000ll).peekll(),
295 int64_t timestamp = 0u; local
316 CHECK(meta.findInt64(kKeyTime, &timestamp));
340 work->input.ordinal.timestamp = timestamp;
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
VtsHalMediaC2V1_0TargetVideoDecTest.cpp 41 int64_t timestamp; member in struct:FrameInfo
150 // For decoder components current timestamp always exceeds
151 // previous timestamp
158 (work->worklets.front()->output.ordinal.timestamp.peeku()),
161 work->worklets.front()->output.ordinal.timestamp.peeku();
178 << "TimeStamp not recognized";
181 "output / TimeStamp not recognized \n";
363 int64_t timestamp = (*Info)[frameID].timestamp;
370 work->input.ordinal.timestamp = timestamp
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 129 TimestampInfo *timestamp = &timestampData->timestamps[timestampData->timestampCount]; local
130 timestamp->result = AAudioStream_getTimestamp(stream,
132 &timestamp->timestampPosition,
133 &timestamp->timestampNanos);
134 timestamp->framesTotal = timestampData->framesTotal;
135 timestamp->appPosition = (direction == AAUDIO_DIRECTION_OUTPUT)
138 timestamp->appNanoseconds = getNanoseconds();
286 TimestampInfo *timestamp = &sTimestampData.timestamps[i]; local
287 if (timestamp->result != AAUDIO_OK) {
291 (long long) timestamp->framesTotal
    [all...]
  /frameworks/av/media/libmedia/include/media/
IOMX.h 166 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
206 OMX_TICKS timestamp; member in struct:android::omx_message::__anon51046::__anon51049
211 OMX_TICKS timestamp; member in struct:android::omx_message::__anon51046::__anon51050
  /frameworks/av/media/libnblog/
Reader.cpp 230 String8 timestamp, body; local
237 it = handleFormat(FormatEntry(it), &timestamp, &body);
277 dprintf(fd, "%.*s%s %s\n", (int)indent, "", timestamp.string(), body.string());
280 timestamp.clear();
285 String8 *timestamp, String8 *body)
289 if (timestamp == nullptr) {
290 timestamp = &timestampLocal;
296 // log timestamp
297 const int64_t ts = fmtEntry.timestamp();
298 timestamp->clear()
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 226 // so use fake timestamp instead
227 uint32_t timestamp = 0xFFFFFFFF; local
230 timestamp = mPvTime;
259 mHandle, &bitstreamTmp, &timestamp, &tmp,
290 outHeader->nTimeStamp = mPvToOmxTimeMap.valueFor(timestamp);
291 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 68 // timestamp
390 // Also, timestamp may not go to very last frame on stop().
515 ExtendedTimestamp timestamp; // local local
516 status_t status = mOutputSink->getTimestamp(timestamp);
519 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL],
520 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL],
523 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
528 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
530 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
549 // fetch server time if we can't get timestamp
    [all...]
  /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;
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 324 long timestamp = burstResult.get(CaptureResult.SENSOR_TIMESTAMP); local
326 long frameDuration = timestamp - prevTimestamp;
333 prevTimestamp = timestamp;
351 fail("Preview frame is interleaved with burst frames! Preview timestamp:" +
  /cts/tests/tests/nativemidi/java/android/nativemidi/cts/
NativeMidiEchoTest.java 97 private void compareMessages(byte[] buffer, long timestamp, NativeMidiMessage nativeMsg) {
99 Assert.assertEquals("timestamp in message", timestamp, nativeMsg.timestamp);
259 long timestamp = 0x0123765489ABFEDCL; local
279 long timestamp = 0x0123765489ABFEDCL; local
281 writeMidiWithTimestamp(mTestContext, buffer, 0, 0, timestamp); // should be a NOOP
282 writeMidiWithTimestamp(mTestContext, buffer, 0, buffer.length, timestamp);
283 writeMidiWithTimestamp(mTestContext, buffer, 0, 0, timestamp); // should be a NOOP
293 compareMessages(buffer, timestamp, message)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 203 long timestamp = 0; local
212 // Save the largest timestamp returned. Only need the first one due to the sort
215 timestamp = data.getLong(data.getColumnIndex(
219 if (timestamp > 0) {
220 saveLastTimestamp(timestamp, PREF_KEY_CHANGE);
221 mChangeButton.setText("Changed since " + timestamp);
229 timestamp = data.getLong(data.getColumnIndex(
233 if (timestamp > 0) {
234 saveLastTimestamp(timestamp, PREF_KEY_DELETE);
235 mDeleteButton.setText("Deleted since " + timestamp);
296 String timestamp = cursor.getString(cursor.getColumnIndex( local
329 String timestamp = cursor.getString(cursor.getColumnIndex( local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/sound/
compress_offload.h 40 __u64 timestamp; member in struct:snd_compr_tstamp
  /device/google/bonito/sdm710/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp - timestamp descriptor
73 __u64 timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp information
195 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /device/google/crosshatch/sdm845/kernel-headers/sound/
compress_offload.h 40 __u64 timestamp; member in struct:snd_compr_tstamp
  /device/google/crosshatch/sdm845/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp - timestamp descriptor
73 __u64 timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp information
195 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /external/ImageMagick/MagickCore/
cache-private.h 219 timestamp; member in struct:_CacheInfo

Completed in 1041 milliseconds

1 2 3 4 5 6 7 891011>>