HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /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     [all...]
avdt_scb_act.c 249 UINT32 time_stamp; local
261 BE_STREAM_TO_UINT32(time_stamp, p);
302 time_stamp, (UINT8)(m_pt | (marker<<7))); local
315 p_scb->media_buf_len,time_stamp,seq,m_pt,marker); local
420 UINT32 time_stamp; local
573 BE_STREAM_TO_UINT32(time_stamp, p_payload);
618 payload_len, time_stamp, seq, m_pt, marker); local
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_point.cc 56 event.time_stamp().InMicroseconds();
65 last_touch_time_ = event.time_stamp().InSecondsF();
motion_event_aura.cc 73 last_touch_time_ = touch.time_stamp() + base::TimeTicks();
gesture_sequence.cc 887 base::TimeDelta time_stamp = local
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 40 base::TimeDelta time_stamp = base::TimeDelta::FromMicroseconds(0); local
41 ui::GestureEvent gesture_event(gesture_details.type(), 0, 0, 0, time_stamp,
  /external/chromium_org/components/os_crypt/
ie7_password_win.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon11065::Entry
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 89 int64 time_stamp; // timestamp of when the frame was captured, in unix member in struct:cricket::CapturedFrame
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
decoding_state.cc 42 uint32_t VCMDecodingState::time_stamp() const { function in class:webrtc::VCMDecodingState
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 127 uint32_t time_stamp,
vie_encoder.cc 497 const uint32_t time_stamp = local
503 video_frame->set_timestamp(time_stamp);
699 const uint32_t time_stamp,
708 time_stamp,
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 15 return event->time_stamp();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 529 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
534 int64_t *time_stamp, int64_t *time_end, int flush);
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 530 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
535 int64_t *time_stamp, int64_t *time_end, int flush);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 530 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
535 int64_t *time_stamp, int64_t *time_end, int flush);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 402 // Generate a new time_stamp if true and not configured via API
450 uint32_t time_stamp,
456 rtcp_sender_.SetLastRtpTime(time_stamp, capture_time_ms);
466 time_stamp,
501 time_stamp,
514 time_stamp,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 596 unsigned char *buffer, int buffer_size, uint32_t time_stamp,
607 time_stamp, report_render_time_us);
609 time_stamp, ntp_time_ms,
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 238 gesture_event.timeStampSeconds = event.time_stamp().InSecondsF();
330 event.time_stamp().InSecondsF(),
  /external/tcpdump/
print-slow.c 162 u_int8_t time_stamp[2]; member in struct:slow_oam_link_event_t
603 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100,
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.cc 107 captured_frame.time_stamp = frame->timestamp().InMicroseconds() *
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 222 long long time_stamp; member in struct:venc_buffer
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 186 long long time_stamp; member in struct:venc_buffer
  /device/htc/flounder/audio/hal/
audio_hw.c 919 buffer->time_stamp.tv_sec = 0;
920 buffer->time_stamp.tv_nsec = 0;
932 buffer->time_stamp = tstamp;
937 buffer->time_stamp.tv_sec , buffer->time_stamp.tv_nsec, kernel_frames, buffer->delay_ns, frames);
    [all...]
  /external/blktrace/btreplay/
btrecord.c 258 cur->hdr.time_stamp = stream->start_time = start_time;
582 __u64 off = hdrp->time_stamp - stream->iip->genesis;

Completed in 952 milliseconds

1 2 34 5 6 7