Searched defs:timestamp (Results 51 - 75 of 506) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.cc48 VCMTimestampMap::Add(uint32_t timestamp, void* data) argument
50 _map[_nextAddIx].timestamp = timestamp;
64 VCMTimestampMap::Pop(uint32_t timestamp) argument
68 if (_map[_nextPopIx].timestamp == timestamp)
70 // found start time for this timestamp
76 else if (_map[_nextPopIx].timestamp > timestamp)
78 // the timestamp w
[all...]
H A Dtiming_unittest.cc132 uint32_t timestamp = 0xFFFFFFFFu - 3 * 90000 / kFramerate; local
134 timing.IncomingTimestamp(timestamp, clock.TimeInMilliseconds());
136 timestamp += 90000 / kFramerate;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_image_process.cc34 unsigned int timestamp,
31 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_external_render_filter.h30 unsigned int timestamp,
41 timestamp,
27 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h67 unsigned timestamp; member in struct:softpipe_resource
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
/external/chromium_org/ash/wm/
H A Dpower_button_controller.cc53 bool down, const base::TimeTicks& timestamp) {
114 bool down, const base::TimeTicks& timestamp) {
52 OnPowerButtonEvent( bool down, const base::TimeTicks& timestamp) argument
113 OnLockButtonEvent( bool down, const base::TimeTicks& timestamp) argument
/external/chromium_org/athena/system/
H A Dpower_button_controller.cc95 const base::TimeTicks& timestamp) {
93 PowerButtonEventReceived( bool down, const base::TimeTicks& timestamp) argument
/external/chromium_org/cc/debug/
H A Dframe_rate_counter.cc47 void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) { argument
48 ring_buffer_.SaveToBuffer(timestamp);
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dgeoposition.h32 // A valid fix has a valid latitude, longitude, accuracy and timestamp.
57 base::Time timestamp; member in struct:chromeos::Geoposition
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.h43 base::Time timestamp; member in struct:extensions::InstallSignature
/external/chromium_org/chrome/browser/
H A Dinternal_auth_unittest.cc146 base::Time timestamp = base::Time::Now(); local
160 if (base::Time::Now() - timestamp > base::TimeDelta::FromSeconds(
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_typed_urls_sync_test.cc99 // Create a URL with a timestamp 1 year before today.
100 base::Time timestamp = base::Time::Now() - base::TimeDelta::FromDays(365); local
105 timestamp);
131 // Create a URL with a timestamp 1 year before today.
132 base::Time timestamp = base::Time::Now() - base::TimeDelta::FromDays(365); local
137 timestamp);
277 base::Time timestamp = base::Time::Now(); local
278 // Put a non-typed URL in both clients with an identical timestamp.
283 history::SOURCE_BROWSED, timestamp);
285 history::SOURCE_BROWSED, timestamp);
315 base::Time timestamp = base::Time::Now(); local
[all...]
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.cc80 base::Time timestamp,
82 navigation->timestamp_ = timestamp;
79 SetTimestamp( base::Time timestamp, SerializedNavigationEntry* navigation) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.cc34 void SyntheticGestureController::Flush(base::TimeTicks timestamp) { argument
44 gesture->ForwardInputEvents(timestamp, gesture_target_.get());
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc48 TimeTicks timestamp,
56 task.timestamp = (timestamp - TimeTicks()).InSecondsF();
66 ((timestamp - last_flush_time_).InMilliseconds() >= kFlushIntervalMs ||
70 last_flush_time_ = timestamp;
47 ProcessEvent( TimeTicks timestamp, GpuEventsDispatcher::EventPhase phase, GpuChannel* channel) argument
/external/chromium_org/content/public/common/
H A Dgeoposition.h35 // A valid fix has a valid latitude, longitude, accuracy and timestamp.
57 base::Time timestamp; member in struct:content::Geoposition
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_destination_host.cc68 PP_TimeTicks timestamp) {
84 // microseconds) and then to a video timestamp (int64, nanoseconds). All times
87 base::Time::FromDoubleT(timestamp) - base::Time();
65 OnHostMsgPutFrame( HostMessageContext* context, const ppapi::HostResource& image_data_resource, PP_TimeTicks timestamp) argument
/external/chromium_org/media/base/
H A Ddata_buffer.h42 base::TimeDelta timestamp() const { function in class:media::DataBuffer
47 void set_timestamp(const base::TimeDelta& timestamp) { argument
49 timestamp_ = timestamp;
/external/chromium_org/media/formats/mp2t/
H A Dtimestamp_unroller.cc20 int64 TimestampUnroller::GetUnrolledTimestamp(int64 timestamp) { argument
24 // |timestamp| has a precision of |nbits|
26 DCHECK_EQ((timestamp >> nbits), 0);
29 previous_unrolled_timestamp_ = timestamp;
31 return timestamp;
34 // |timestamp| is known modulo 2^33, so estimate the highest bits
35 // to minimize the discontinuity with the previous unrolled timestamp.
37 // of |timestamp|. If the bits of the previous unrolled timestamp are
38 // {b63, b62, ..., b0} and bits of |timestamp| ar
[all...]
/external/chromium_org/net/quic/crypto/
H A Dsource_address_token.cc56 int64 timestamp; local
57 if (!base::StringToInt64(time_str, &timestamp)) {
62 timestamp_ = timestamp;
/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h56 double timestamp; member in struct:PP_GamepadSampleData
/external/chromium_org/ppapi/cpp/
H A Daudio_buffer.cc42 void AudioBuffer::SetTimestamp(PP_TimeDelta timestamp) { argument
45 timestamp); local
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_frame_private.h35 /// a timestamp.
36 VideoFrame_Private(const ImageData& image_data, PP_TimeTicks timestamp);
64 PP_TimeTicks timestamp() const { return video_frame_.timestamp; } function in class:pp::VideoFrame_Private
65 void set_timestamp(PP_TimeTicks timestamp) { argument
66 video_frame_.timestamp = timestamp;
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc36 return buffer_->video.timestamp;
39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) { argument
44 buffer_->video.timestamp = timestamp;

Completed in 1034 milliseconds

1234567891011>>