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

1 23 4 5

  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 139 Packet* packet, bool marker_bit, uint32 time_stamp) {
147 big_endian_writer.WriteU32(time_stamp);
  /external/libvpx/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 98 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
web_input_event_aura.cc 83 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
134 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
173 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
348 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
388 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
render_widget_host_view_guest.cc 39 blink::WebGestureEvent CreateFlingCancelEvent(double time_stamp) {
41 gesture_event.timeStampSeconds = time_stamp;
576 cancel_event.timeStampSeconds = event->time_stamp().InSecondsF();
609 CreateFlingCancelEvent(gesture->time_stamp().InSecondsF()));
ui_events_helper.cc 240 gesture_event.timeStampSeconds = event.time_stamp().InSecondsF();
332 web_event->timeStampSeconds = event.time_stamp().InSecondsF();
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 461 const AudioTimeStamp* time_stamp,
476 time_stamp,
486 time_stamp);
491 const AudioTimeStamp* time_stamp) {
493 double capture_latency_frames = GetCaptureLatency(time_stamp);
  /external/chromium_org/ash/wm/
user_activity_detector.cc 22 event->time_stamp().InMilliseconds());
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 101 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
videocapturer.h 85 int64 time_stamp; // timestamp of when the frame was captured, in unix member in struct:cricket::CapturedFrame
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 308 int64_t time_stamp)
403 pbi->last_time_stamp = time_stamp;
418 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags)
430 *time_stamp = pbi->last_time_stamp;
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 293 int64_t time_stamp) {
417 pbi->last_time_stamp = time_stamp;
425 int64_t *time_stamp, int64_t *time_end_stamp,
438 *time_stamp = pbi->last_time_stamp;
  /external/chromium_org/net/socket/
socket_test_util.h 106 time_stamp(base::Time::Now()) {}
115 time_stamp(base::Time::Now()) {}
124 time_stamp(base::Time::Now()) {}
133 time_stamp(base::Time::Now()) {}
142 time_stamp(base::Time::Now()) {}
151 time_stamp(base::Time::Now()) {}
160 time_stamp(base::Time::Now()) {}
169 time_stamp(base::Time::Now()) {}
181 base::Time time_stamp; // The time stamp at which the operation occurred. member in struct:net::MockReadWrite
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 920 UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_MASK opt)
936 evt.apiwrite.time_stamp = time_stamp;
    [all...]
avdt_scb_act.c 242 UINT32 time_stamp; local
254 BE_STREAM_TO_UINT32(time_stamp, p);
295 time_stamp, (UINT8)(m_pt | (marker<<7))); local
308 p_scb->media_buf_len,time_stamp,seq,m_pt,marker); local
413 UINT32 time_stamp; local
566 BE_STREAM_TO_UINT32(time_stamp, p_payload);
611 payload_len, time_stamp, seq, m_pt, marker); local
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 336 base::TimeDelta delta = event.time_stamp() - last_tap_time_;
352 last_tap_time_ = event.time_stamp();
  /external/chromium_org/ui/events/gestures/
gesture_point.cc 50 event.time_stamp().InMicroseconds();
60 last_touch_time_ = event.time_stamp().InSecondsF();
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 44 base::TimeDelta time_stamp = base::TimeDelta::FromMicroseconds(0); local
45 ui::GestureEvent gesture_event(gesture_details.type(), 0, 0, 0, time_stamp,
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 206 DWORD stream_flags, LONGLONG time_stamp, IMFSample* sample) {
410 const base::Time& time_stamp,
416 time_stamp,
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon4726::Entry
  /external/chromium_org/components/webdata/encryptor/
ie7_password_win.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon10278::Entry
  /external/chromium_org/content/renderer/media/
video_destination_handler.cc 117 frame.time_stamp = time_stamp_ns;
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 15 return event->time_stamp();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 277 virtual void SetTimeStamp(int64 time_stamp) = 0;
362 virtual void SetTimeStamp(int64 time_stamp) {}
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 222 long long time_stamp; member in struct:venc_buffer

Completed in 2481 milliseconds

1 23 4 5