HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/ash/
keyboard_uma_event_filter.cc 39 last_keystroke_time_ = event->time_stamp();
43 base::TimeDelta delta = event->time_stamp() - last_keystroke_time_;
47 last_keystroke_time_ = event->time_stamp();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h 53 int64 elapsed_time, int64 time_stamp, int rotation);
62 int64 elapsed_time, int64 time_stamp);
68 int64 time_stamp, int rotation);
77 size_t pixel_height, int64 elapsed_time, int64 time_stamp,
100 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
116 int64 time_stamp, int rotation);
120 int64 time_stamp) const;
122 int64 elapsed_time, int64 time_stamp);
webrtctexturevideoframe.h 42 int64 elapsed_time, int64 time_stamp);
48 int64 time_stamp);
51 size_t pixel_height, int64 elapsed_time, int64 time_stamp,
71 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
100 int64 time_stamp) const;
webrtcvideoframe.cc 122 int64 elapsed_time, int64 time_stamp, int rotation) {
124 pixel_height, elapsed_time, time_stamp, rotation);
131 frame->time_stamp, frame->rotation);
147 frame->time_stamp,
155 int64 time_stamp) {
156 InitToEmptyBuffer(w, h, pixel_width, pixel_height, elapsed_time, time_stamp);
165 size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) {
170 elapsed_time, time_stamp, rotation);
284 int64 time_stamp, int rotation) {
295 time_stamp_ = time_stamp;
    [all...]
webrtctexturevideoframe.cc 42 int64 time_stamp)
44 elapsed_time_(elapsed_time), time_stamp_(time_stamp) {}
50 int64 time_stamp) {
58 int64 elapsed_time, int64 time_stamp, int rotation) {
178 int64 time_stamp) const {
  /external/chromium_org/ui/events/test/
events_test_utils.h 18 void set_time_stamp(base::TimeDelta time_stamp) {
19 event_->time_stamp_ = time_stamp;
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.h 101 const AudioTimeStamp* time_stamp,
107 const AudioTimeStamp* time_stamp,
113 const AudioTimeStamp* time_stamp,
121 const AudioTimeStamp* time_stamp,
128 const AudioTimeStamp* time_stamp,
135 const AudioTimeStamp* time_stamp,
audio_low_latency_input_mac.h 87 const AudioTimeStamp* time_stamp,
94 const AudioTimeStamp* time_stamp);
  /external/libvpx/libvpx/vp8/common/
onyxd.h 52 int64_t time_stamp);
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 44 int64_t time_stamp);
47 int64_t *time_stamp, int64_t *time_end_stamp,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 40 size_t pixel_height, int64 elapsed_time, int64 time_stamp,
46 int64 time_stamp) {
67 virtual void SetTimeStamp(int64 time_stamp) {}
87 int64 time_stamp) const {
videoframe.h 52 int64 time_stamp) = 0;
60 size_t pixel_height, int64 elapsed_time, int64 time_stamp,
94 virtual void SetTimeStamp(int64 time_stamp) = 0;
190 int64 time_stamp) const = 0;
  /external/chromium_org/ppapi/cpp/
input_event.h 112 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
131 PP_TimeTicks time_stamp,
184 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
199 PP_TimeTicks time_stamp,
272 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
286 PP_TimeTicks time_stamp,
320 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
327 PP_TimeTicks time_stamp,
366 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
380 PP_TimeTicks time_stamp,
    [all...]
input_event.cc 98 PP_TimeTicks time_stamp,
108 instance.pp_instance(), type, time_stamp, modifiers, mouse_button,
153 PP_TimeTicks time_stamp,
162 instance.pp_instance(), time_stamp, modifiers,
204 PP_TimeTicks time_stamp,
212 instance.pp_instance(), type, time_stamp, modifiers, key_code,
247 PP_TimeTicks time_stamp,
253 instance.pp_instance(), type, time_stamp, modifiers));
305 PP_TimeTicks time_stamp,
314 instance.pp_instance(), type, time_stamp, text.pp_var()
    [all...]
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 150 PP_TimeTicks time_stamp,
158 ppapi::OBJECT_IS_IMPL, instance, type, time_stamp, text, segment_number,
165 PP_TimeTicks time_stamp,
170 ppapi::OBJECT_IS_IMPL, instance, type, time_stamp, modifiers, key_code,
177 PP_TimeTicks time_stamp,
184 ppapi::OBJECT_IS_IMPL, instance, type, time_stamp, modifiers,
209 PP_TimeTicks time_stamp,
212 ppapi::OBJECT_IS_IMPL, instance, type, time_stamp, modifiers);
295 PP_TimeTicks time_stamp,
301 ppapi::OBJECT_IS_IMPL, instance, time_stamp, modifiers
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.h 41 /// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
55 PP_TimeTicks time_stamp,
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 30 struct timespec time_stamp; // time stamp for this buffer (see comment below) member in struct:echo_reference_buffer
36 * - time_stamp is the time stamp corresponding to the delay calculation
42 * - time_stamp is the time stamp corresponding to the delay calculation
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 108 PP_TimeTicks time_stamp,
118 PP_TimeTicks time_stamp,
126 PP_TimeTicks time_stamp,
134 PP_TimeTicks time_stamp,
142 PP_TimeTicks time_stamp,
ppb_input_event_shared.cc 219 PP_TimeTicks time_stamp,
234 data.event_time_stamp = time_stamp;
257 PP_TimeTicks time_stamp,
269 data.event_time_stamp = time_stamp;
287 PP_TimeTicks time_stamp,
302 data.event_time_stamp = time_stamp;
316 PP_TimeTicks time_stamp,
323 data.event_time_stamp = time_stamp;
337 PP_TimeTicks time_stamp,
347 data.event_time_stamp = time_stamp;
    [all...]
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 479 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
496 [in] PP_TimeTicks time_stamp,
514 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
534 [in] PP_TimeTicks time_stamp,
613 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
631 [in] PP_TimeTicks time_stamp,
729 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
747 [in] PP_TimeTicks time_stamp,
826 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
836 [in] PP_TimeTicks time_stamp,
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 91 PP_TimeTicks time_stamp,
102 return enter.functions()->CreateMouseInputEvent(instance, type, time_stamp,
110 PP_TimeTicks time_stamp,
120 return enter.functions()->CreateMouseInputEvent(instance, type, time_stamp,
191 PP_TimeTicks time_stamp,
200 return enter.functions()->CreateWheelInputEvent(instance, time_stamp,
249 PP_TimeTicks time_stamp,
257 return enter.functions()->CreateKeyboardInputEvent(instance, type, time_stamp,
333 PP_TimeTicks time_stamp,
344 return enter.functions()->CreateIMEInputEvent(instance, type, time_stamp,
    [all...]
  /external/blktrace/btreplay/
btrecord.h 32 * @time_stamp: Time stamp for this bunch of IOs
36 __u64 time_stamp; member in struct:io_bunch_hdr
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 22 jdouble time_stamp,
28 time_stamp, has_altitude, altitude, has_accuracy, accuracy,
104 double latitude, double longitude, double time_stamp,
112 position.timestamp = base::Time::FromDoubleT(time_stamp);
location_api_adapter_android.h 49 double time_stamp,
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.h 55 uint32 time_stamp);

Completed in 808 milliseconds

1 2 3 4 5