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

1 2

  /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/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 50 captured_frame.time_stamp = 5678;
270 const int64 time_stamp = 0x7FFFFFFFFFFFFFF0LL; local
271 frame1.SetTimeStamp(time_stamp);
272 EXPECT_EQ(time_stamp, frame1.GetTimeStamp());
webrtcvideoengine.cc 223 uint32_t time_stamp, int64_t render_time
234 int64 rtp_time_stamp_in_ns = (time_stamp / 90) *
257 int64 elapsed_time, int64 time_stamp) {
260 1, 1, elapsed_time, time_stamp, 0);
276 int DeliverTextureFrame(void* handle, int64 elapsed_time, int64 time_stamp) {
279 elapsed_time, time_stamp); local
389 int64 time_stamp() const { function in class:cricket::WebRtcLocalStreamInfo
    [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/chrome/browser/password_manager/
ie7_password.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon4723::Entry
  /external/chromium_org/components/webdata/encryptor/
ie7_password.cc 40 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon9910::Entry
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 85 int64 time_stamp; // timestamp of when the frame was captured, in unix member in struct:cricket::CapturedFrame
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 584 int64_t time_stamp = 0, time_end_stamp = 0; local
609 &time_stamp, &time_end_stamp, &flags))
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 322 int64_t time_stamp = 0, time_end_stamp = 0; local
350 if (!res && 0 == vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp,
  /device/asus/grouper/audio/
audio_hw.c 694 struct timespec time_stamp; local
697 &time_stamp) < 0)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
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...]
avdt_int.h 455 UINT32 time_stamp; member in struct:__anon3496
  /external/chromium/net/socket/
socket_test_util.h 70 sequence_number(0), time_stamp(base::Time::Now()) {}
74 data_len(0), sequence_number(0), time_stamp(base::Time::Now()) { }
79 time_stamp(base::Time::Now()) { }
84 time_stamp(base::Time::Now()) { }
89 time_stamp(base::Time::Now()) { }
94 time_stamp(base::Time::Now()) { }
99 time_stamp(base::Time::Now()) { }
104 time_stamp(base::Time::Now()) { }
116 base::Time time_stamp; // The time stamp at which the operation occurred. member in struct:net::MockRead
    [all...]
  /external/chromium_org/ui/base/events/
event.h 57 void set_time_stamp(base::TimeDelta time_stamp) {
58 event_->time_stamp_ = time_stamp;
69 // time_stamp represents time since machine was booted.
70 const base::TimeDelta& time_stamp() const { return time_stamp_; } function in class:ui::Event
202 Event(EventType type, base::TimeDelta time_stamp, int flags);
214 void set_time_stamp(const base::TimeDelta& time_stamp) {
215 time_stamp_ = time_stamp;
306 base::TimeDelta time_stamp,
467 base::TimeDelta time_stamp);
643 base::TimeDelta time_stamp,
    [all...]
  /external/chromium_org/ui/base/gestures/
gesture_sequence.cc 658 base::TimeDelta time_stamp = local
661 flags, time_stamp, gesture_details,
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 162 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 162 void* time_stamp; member in struct:copybit_context_t
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
645 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 162 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h 100 sequence_number(0), time_stamp(base::Time::Now()) {}
105 time_stamp(base::Time::Now()) { }
110 time_stamp(base::Time::Now()) { }
115 time_stamp(base::Time::Now()) { }
120 time_stamp(base::Time::Now()) { }
125 time_stamp(base::Time::Now()) { }
130 time_stamp(base::Time::Now()) { }
135 sequence_number(seq), time_stamp(base::Time::Now()) { }
147 base::Time time_stamp; // The time stamp at which the operation occurred. member in struct:net::MockReadWrite
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 222 long long time_stamp; member in struct:venc_buffer
msm_vidc_dec.h 511 int64_t time_stamp; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 186 long long time_stamp; member in struct:venc_buffer
msm_vidc_dec.h 550 int64_t time_stamp; member in struct:vdec_output_frameinfo
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3427 unsigned long long time_stamp; local
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h 511 int64_t time_stamp; member in struct:vdec_output_frameinfo

Completed in 703 milliseconds

1 2