HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 526 - 550 of 4313) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 65 unsigned char flags, double timestamp);
88 base::TimeTicks timestamp,
  /external/chromium_org/media/base/
video_frame.h 98 base::TimeDelta timestamp);
127 base::TimeDelta timestamp,
150 base::TimeDelta timestamp,
169 base::TimeDelta timestamp,
185 base::TimeDelta timestamp);
244 void SetTimestamp(const base::TimeDelta& timestamp) {
245 timestamp_ = timestamp;
259 base::TimeDelta timestamp,
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/
rtp_packet_builder.cc 51 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) {
52 timestamp_ = timestamp;
  /external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc 40 int64_t timestamp,
80 decoded_frame->SetTimestamp(timestamp);
ffmpeg_cdm_audio_decoder.h 48 // remaining frames. |compressed_buffer_size| and |timestamp| are ignored.
51 int64_t timestamp,
  /external/chromium_org/media/filters/
opus_audio_decoder.h 86 // only be applied when input timestamp is |start_input_timestamp_|.
90 // Timestamp to be subtracted from all the frames. This is typically computed
vpx_video_decoder.cc 261 int64 timestamp = buffer->timestamp().InMicroseconds(); local
262 void* user_priv = reinterpret_cast<void*>(&timestamp);
281 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
282 LOG(ERROR) << "Invalid output timestamp.";
289 int64 timestamp_alpha = buffer->timestamp().InMicroseconds();
317 LOG(ERROR) << "Invalid output timestamp on alpha.";
324 (*video_frame)->SetTimestamp(base::TimeDelta::FromMicroseconds(timestamp));
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.h 52 unsigned long long timestamp() const { return m_timestamp; } function in class:WebCore::Gamepad
53 void timestamp(unsigned long long val) { m_timestamp = val; } function in class:WebCore::Gamepad
NavigatorGamepad.cpp 50 gamepad->timestamp(webGamepad.timestamp);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 45 // Presentation timestamp for the start of append window.
48 // Presentation timestamp for the end of append window.
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessor.h 50 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
56 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
MIDIInput.cpp 54 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
67 dispatchEvent(MIDIMessageEvent::create(timeStamp, array));
MIDIInput.h 52 // |timeStamp| is a DOMHighResTimeStamp in the time coordinate system of performance.now().
53 void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGamepad.h 48 , timestamp(0)
63 unsigned long long timestamp; member in class:blink::WebGamepad
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend_unittest.py 81 timestamp, bmp = timestamp_bitmap
82 self.assertEquals(timestamp, expected_timestamps[i])
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
slice.py 16 def __init__(self, parent_thread, category, name, timestamp, duration=0,
19 category, name, timestamp, duration, thread_timestamp, thread_duration,
  /external/kernel-headers/original/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 55 * \param[in] ts_start Timestamp for the start of this frame
56 * \param[in] ts_end Timestamp for the end of this frame
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 56 * \param[in] ts_start Timestamp for the start of this frame
57 * \param[in] ts_end Timestamp for the end of this frame
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;
  /external/smack/src/org/jivesoftware/smackx/workgroup/
QueueUser.java 43 * @param joinedAt the timestamp of when the customer entered the queue
78 * @return the timestamp of when this customer entered the queue, or null if the server did not
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 48 /* This timestamp will be used for all output frames from this source. They
53 @GenerateFieldPort(name = "timestamp", hasDefault = true)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 55 builder.addLine("<TimeStamp>");
57 builder.addLine("</TimeStamp>");
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);

Completed in 391 milliseconds

<<21222324252627282930>>