HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 101 - 125 of 587) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 197 base::TimeDelta timestamp = local
203 if (is_vorbis && timestamp < base::TimeDelta()) {
207 0.5 + -timestamp.InSecondsF() * samples_per_second_);
210 last_input_timestamp_ = timestamp;
212 } else if (timestamp != kNoTimestamp()) {
213 if (timestamp < last_input_timestamp_) {
214 base::TimeDelta diff = timestamp - last_input_timestamp_;
216 << " ts " << timestamp.InMicroseconds() << " us"
221 last_input_timestamp_ = timestamp;
249 << "Error decoding an audio frame with timestamp:
    [all...]
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 253 int64 timestamp = buffer->timestamp().InMicroseconds(); local
254 void* user_priv = reinterpret_cast<void*>(&timestamp);
273 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
274 LOG(ERROR) << "Invalid output timestamp.";
281 int64 timestamp_alpha = buffer->timestamp().InMicroseconds();
309 LOG(ERROR) << "Invalid output timestamp on alpha.";
316 (*video_frame)->SetTimestamp(base::TimeDelta::FromMicroseconds(timestamp));
  /external/chromium_org/media/tools/demuxer_bench/
demuxer_bench.cc 7 // that has the earliest timestamp.
59 // present in |demuxer| in as-close-to-monotonically-increasing timestamp order.
78 base::TimeDelta* timestamp,
119 base::TimeDelta timestamp; local
123 base::MessageLoop::current(), &end_of_stream, &timestamp));
126 CHECK(end_of_stream || timestamp != media::kNoTimestamp());
128 last_read_timestamp_[index] = timestamp;
143 base::TimeDelta* timestamp,
149 *timestamp = *end_of_stream ? media::kNoTimestamp() : buffer->timestamp();
    [all...]
  /external/chromium_org/media/webm/
webm_cluster_parser.cc 315 base::TimeDelta timestamp = base::TimeDelta::FromMicroseconds( local
342 buffer->set_timestamp(timestamp);
344 cluster_start_time_ = timestamp;
364 << " ts " << buffer->timestamp().InSecondsF()
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.h 119 unsigned timestamp; member in struct:llvmpipe_resource
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 85 unsigned timestamp; member in struct:softpipe_tex_tile_cache
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.h 119 unsigned timestamp; member in struct:llvmpipe_resource
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 85 unsigned timestamp; member in struct:softpipe_tex_tile_cache
  /external/oprofile/libopagent/
jitdump.h 47 u64 timestamp; member in struct:jitheader
68 u64 timestamp; member in struct:jr_code_load
79 u64 timestamp; member in struct:jr_code_unload
87 u64 timestamp; member in struct:jr_code_close
94 u64 timestamp; member in struct:jr_code_debug_info
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 46 Uint32 timestamp; /* the time the first keydown event occurred */ member in struct:__anon26779
354 SDL_KeyRepeat.timestamp = 0;
525 if ( SDL_KeyRepeat.timestamp &&
527 SDL_KeyRepeat.timestamp = 0;
560 SDL_KeyRepeat.timestamp=SDL_GetTicks();
575 if ( SDL_KeyRepeat.timestamp ) {
579 interval = (now - SDL_KeyRepeat.timestamp);
582 SDL_KeyRepeat.timestamp = now;
587 SDL_KeyRepeat.timestamp = now;
605 SDL_KeyRepeat.timestamp = 0
    [all...]
  /external/qemu/slirp/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /external/qemu/slirp-android/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueDetails.java 114 Date timestamp = user.getQueueJoinTimestamp(); local
126 if (timestamp != null) {
128 buf.append(dateFormat.format(timestamp));
  /external/speex/include/speex/
speex_jitter.h 63 spx_uint32_t timestamp; /**< Timestamp for the packet */ member in struct:_JitterBufferPacket
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
112 /** Equivalent cost of one percent late packet in timestamp units */
150 * @param current_timestamp Timestamp for the returned packet
154 /** Used right after jitter_buffer_get() to obtain another packet that would have the same timestamp.
162 /** Get pointer timestamp of jitter buffer
176 * @param rem Amount of data buffered by the application (timestamp units)
  /external/wpa_supplicant_8/src/radius/
radius_das.c 202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
205 "Event-Timestamp (%u; local time %u) in "
207 timestamp, (unsigned int) now.sec,
212 wpa_printf(MSG_DEBUG, "DAS: Missing Event-Timestamp in packet "
251 "Event-Timestamp attribute");
  /frameworks/av/include/media/
IOMX.h 135 OMX_U32 flags, OMX_TICKS timestamp) = 0;
183 OMX_TICKS timestamp; member in struct:android::omx_message::__anon30889::__anon30892
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 172 virtual status_t getTimestamp(AudioTimestamp& timestamp) {
179 timestamp.mPosition = reply.readInt32();
180 timestamp.mTime.tv_sec = reply.readInt32();
181 timestamp.mTime.tv_nsec = reply.readInt32();
269 AudioTimestamp timestamp; local
270 status_t status = getTimestamp(timestamp);
273 reply->writeInt32(timestamp.mPosition);
274 reply->writeInt32(timestamp.mTime.tv_sec);
275 reply->writeInt32(timestamp.mTime.tv_nsec);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 201 // so use fake timestamp instead
202 uint32_t timestamp = 0xFFFFFFFF; local
205 timestamp = mPvTime;
216 mHandle, &bitstream, &timestamp, &tmp,
231 outHeader->nTimeStamp = mPvToOmxTimeMap.valueFor(timestamp);
232 mPvToOmxTimeMap.removeItem(timestamp);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
OutputPort.java 94 long timestamp = frame.getTimestamp(); local
95 if (timestamp == Frame.TIMESTAMP_NOT_SET)
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 48 mVSyncEvent[i].header.timestamp = 0;
114 void EventThread::onVSyncEvent(nsecs_t timestamp) {
118 mVSyncEvent[0].header.timestamp = timestamp;
132 event.header.timestamp = systemTime();
181 nsecs_t timestamp = 0; local
183 timestamp = mVSyncEvent[i].header.timestamp;
184 if (timestamp) {
187 mVSyncEvent[i].header.timestamp = 0
    [all...]
  /hardware/qcom/display/msm8974/libqdutils/
qdMetaData.h 69 int64_t timestamp; member in struct:MetaData_t
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 25 import java.security.Timestamp;
34 * Tests for <code>Timestamp</code> class fields and methods
47 new Timestamp(null, cpath);
53 new Timestamp(now, null);
59 Timestamp timestamp = new Timestamp(now, cpath); local
60 assertEquals("not expected value", now, timestamp.getTimestamp());
61 assertEquals("not expected cert path", cpath, timestamp.getSignerCertPath());
68 Timestamp one = new Timestamp(now, cpath)
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 41 * this, ci, number, presentation, type, timestamp, duration);
67 * @param timestamp Of the call (millisecond since epoch).
75 long timestamp,
99 this.timestamp = timestamp;
109 public final long timestamp; field in class:CallLogAsync.AddCallArgs
165 c.callType, c.timestamp, c.durationInSec);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_netlink.h 31 unsigned long timestamp; member in struct:dlm_lock_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_netlink.h 31 unsigned long timestamp; member in struct:dlm_lock_data

Completed in 1117 milliseconds

1 2 3 45 6 7 8 91011>>