Searched defs:time_stamp (Results 1 - 13 of 13) sorted by relevance

/external/blktrace/btreplay/
H A Dbtrecord.h32 * @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/
H A Die7_password.cc39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon2152::Entry
/external/libvpx/vp8/decoder/
H A Donyxd_if.c247 int vp8dx_receive_compressed_data(VP8D_PTR ptr, unsigned long size, const unsigned char *source, INT64 time_stamp) argument
412 pbi->last_time_stamp = time_stamp;
417 INT64 earliest_time = pbi->dr[0].time_stamp;
418 INT64 latest_time = pbi->dr[0].time_stamp;
423 pbi->dr[pbi->common.current_video_frame&0xf].time_stamp = time_stamp;
430 if (pbi->dr[i].time_stamp < earliest_time)
431 earliest_time = pbi->dr[i].time_stamp;
433 if (pbi->dr[i].time_stamp > latest_time)
434 latest_time = pbi->dr[i].time_stamp;
459 vp8dx_get_raw_frame(VP8D_PTR ptr, YV12_BUFFER_CONFIG *sd, INT64 *time_stamp, INT64 *time_end_stamp, vp8_ppflags_t *flags) argument
[all...]
H A Donyxd_int.h38 INT64 time_stamp; member in struct:__anon8808
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c917 UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt) argument
933 evt.apiwrite.time_stamp = time_stamp;
1116 UINT32 time_stamp, UINT8 m_pt, UINT8 marker)
1169 evt.apiwrite.time_stamp = time_stamp;
1115 AVDT_WriteDataReq(UINT8 handle, UINT8 *p_data, UINT32 data_len, UINT32 time_stamp, UINT8 m_pt, UINT8 marker) argument
H A Davdt_scb_act.c242 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
1227 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp);
1286 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp);
H A Davdt_int.h455 UINT32 time_stamp; member in struct:__anon995
/external/libvpx/vp8/
H A Dvp8_dx_iface.c394 INT64 time_stamp = 0, time_end_stamp = 0; local
424 if (!res && 0 == vp8dx_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
/external/chromium/net/socket/
H A Dsocket_test_util.h70 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
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h277 virtual void SetTimeStamp(int64 time_stamp) = 0;
362 virtual void SetTimeStamp(int64 time_stamp) {} argument
/external/kernel-headers/original/linux/
H A Dmsm_q6venc.h214 long long time_stamp; member in struct:venc_buffer
H A Dmsm_vidc_dec.h528 int64_t time_stamp; member in struct:vdec_output_frameinfo
/external/libvpx/vp8/encoder/
H A Donyx_if.c4675 int vp8_receive_raw_frame(VP8_PTR ptr, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 time_stamp, INT64 end_time) argument
4732 s->source_time_stamp = time_stamp;
4745 s->source_time_stamp = time_stamp;
4780 int vp8_get_compressed_data(VP8_PTR ptr, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush) argument
4935 *time_stamp = cpi->source_time_stamp;

Completed in 789 milliseconds