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

1 2

  /external/libvpx/libvpx/vp8/common/
onyxd.h 53 int64_t time_stamp);
54 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);
onyx.h 251 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);
252 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);
  /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/blktrace/btreplay/
btrecord.h 32 * @time_stamp: Time stamp for this bunch of IOs
36 __u64 time_stamp; member in struct:io_bunch_hdr
btrecord.c 258 cur->hdr.time_stamp = stream->start_time = start_time;
582 __u64 off = hdrp->time_stamp - stream->iip->genesis;
  /system/media/audio_utils/
echo_reference.c 152 (int)buffer->time_stamp.tv_sec,
153 (int)buffer->time_stamp.tv_nsec, er->playback_delay);
158 if ((buffer->time_stamp.tv_sec == 0) && (buffer->time_stamp.tv_nsec == 0) &&
175 er->wr_render_time.tv_sec = buffer->time_stamp.tv_sec;
176 er->wr_render_time.tv_nsec = buffer->time_stamp.tv_nsec;
347 (buffer->time_stamp.tv_sec == 0 && buffer->time_stamp.tv_nsec == 0)) {
352 if (buffer->time_stamp.tv_nsec < er->wr_render_time.tv_nsec) {
353 tmp.tv_sec = buffer->time_stamp.tv_sec - er->wr_render_time.tv_sec - 1
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 365 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
376 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker);
    [all...]
  /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...]
socket_test_util.cc 114 << "\nTime: " << r.time_stamp.ToInternalValue();
164 reads_[read_index_].time_stamp = base::Time::Now();
179 w->time_stamp = base::Time::Now();
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 286 int64_t time_stamp)
447 pbi->last_time_stamp = time_stamp;
463 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)
475 *time_stamp = pbi->last_time_stamp;
  /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/chrome/browser/password_manager/
ie7_password.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon4260::Entry
  /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
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
  /device/ti/panda/audio/
audio_hw.c 1729 struct timespec time_stamp; local
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 2086 struct timespec time_stamp; local
    [all...]
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 162 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
632 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
638 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 693 struct timespec time_stamp; local
696 &time_stamp) < 0)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 569 int64_t time_stamp = 0, time_end_stamp = 0; local
593 if (0 == vp8dx_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp;
    [all...]

Completed in 2058 milliseconds

1 2