Searched refs:timestamp (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Draw.h28 int stream_index, int64_t timestamp, int flags);
H A Dmsnwc_tcp.c105 uint32_t size, timestamp; local
114 timestamp = get_le32(pb);
121 pkt->pts = timestamp;
122 pkt->dts = timestamp;
H A Drdt.h87 * @param timestamp will be set to the timestamp of the packet
92 int *is_keyframe, uint32_t *timestamp);
H A Drdt.c201 uint32_t timestamp; local
253 * 32: timestamp (PTS)
279 timestamp = get_bits_long(&gb, 32);
291 if (ptimestamp) *ptimestamp = timestamp;
299 AVPacket *pkt, uint32_t *timestamp,
311 &seq, &flags, timestamp);
331 pkt->pts = *timestamp;
341 uint32_t timestamp; local
349 timestamp= 0; ///< Should not be used if buf is NULL, but should be set to the timestamp o
298 rdt_parse_packet(AVFormatContext *ctx, PayloadContext *rdt, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, int flags) argument
[all...]
H A Drtpenc.h33 uint32_t timestamp; member in struct:RTPMuxContext
H A Dmpc.c187 * Also this function makes use of the fact that timestamp == frameno
189 static int mpc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) argument
195 int index = av_index_search_timestamp(st, timestamp - DELAY_FRAMES, flags);
203 /* if timestamp is out of bounds, return error */
204 if(timestamp < 0 || timestamp >= c->fcount)
206 timestamp -= DELAY_FRAMES;
211 while(c->curframe < timestamp){
H A Drl2.c250 pkt->pts = sample->timestamp;
256 * seek to a new timestamp
259 * @param timestamp wanted timestamp
263 static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) argument
268 int index = av_index_search_timestamp(st, timestamp, flags);
273 timestamp = st->index_entries[index].timestamp;
278 av_rescale_q(timestamp, st->time_base, st2->time_base),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_method.c97 __txn_get_tx_timestamp(dbenv, timestamp)
99 time_t *timestamp;
101 *timestamp = dbenv->tx_timestamp;
107 * Set the transaction recovery timestamp.
112 __txn_set_tx_timestamp(dbenv, timestamp)
114 time_t *timestamp;
122 dbenv->tx_timestamp = *timestamp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.c35 int64_t timestamp; local
89 timestamp= (i*19362894167LL) % (4*AV_TIME_BASE) - AV_TIME_BASE;
92 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
94 ret = av_seek_frame(ic, stream_id, timestamp, (i&1)*AVSEEK_FLAG_BACKWARD);
95 printf("ret:%2d st:%2d ts:%f flags:%d\n", ret, stream_id, timestamp*(stream_id<0 ? 1.0/AV_TIME_BASE : av_q2d(st->time_base)), i&1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_auto.h11 int32_t timestamp; member in struct:___txn_regop_42_args
21 int32_t timestamp; member in struct:___txn_regop_args
33 int32_t timestamp; member in struct:___txn_ckp_42_args
44 int32_t timestamp; member in struct:___txn_ckp_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Din2.h61 void (*SAAddPCMData)(void *PCMData, int nch, int bps, int timestamp);
69 void (*SAAdd)(void *data, int timestamp, int csa); // sets the spec data, filled in by winamp
74 void (*VSAAddPCMData)(void *PCMData, int nch, int bps, int timestamp); // sets the vis data directly from PCM data
80 void (*VSAAdd)(void *data, int timestamp); // filled in by winamp, called by plug-in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_common.c92 union el_timestamp timestamp;
110 timestamp.as_int = 0;
117 timestamp = header->by_type.sys_event.timestamp;
124 timestamp = header->by_type.err_halt.timestamp;
130 timestamp.as_int = 0;
144 el_print_timestamp(&timestamp);
170 el_print_timestamp(union el_timestamp *timestamp)
172 if (timestamp
90 union el_timestamp timestamp; local
168 el_print_timestamp(union el_timestamp *timestamp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcredentials.c74 4 byte timestamp
79 void cred_create(uchar session_key[8], DOM_CHAL *stor_cred, UTIME timestamp, argument
84 SIVAL(time_cred.data, 0, IVAL(stor_cred->data, 0) + timestamp.time);
94 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
107 4 byte timestamp
114 UTIME timestamp)
118 cred_create(session_key, stored_cred, timestamp, &cred2);
151 new_clnt_time.time = sto_clnt_cred->timestamp.time + 1;
186 &sto_clnt_cred->challenge, rcv_clnt_cred->timestamp))
113 cred_assert(DOM_CHAL *cred, uchar session_key[8], DOM_CHAL *stored_cred, UTIME timestamp) argument
[all...]
H A Dunexpected.c29 time_t timestamp; member in struct:unexpected_key
63 key.timestamp = p->timestamp;
86 if (lastt - key.timestamp > NMBD_UNEXPECTED_TIMEOUT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdsmart.h80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudfend.h23 static inline kernel_timestamp lets_to_cpu(timestamp in)
26 memcpy(&out, &in, sizeof(timestamp));
72 static inline timestamp cpu_to_lets(kernel_timestamp in)
74 timestamp out;
75 memcpy(&out, &in, sizeof(timestamp));
H A Decma_167.h73 } __attribute__ ((packed)) timestamp; typedef in typeref:struct:__anon7683
160 timestamp descCreationDateAndTime;
235 timestamp recordingDateAndTime;
377 timestamp recordingDateAndTime;
464 timestamp recordingDateAndTime;
607 timestamp accessTime;
608 timestamp modificationTime;
609 timestamp attrTime;
798 timestamp recordingDateAndTime;
848 timestamp accessTim
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.c99 static time_t timestamp = 0; local
107 if (now >= timestamp + 10) {
108 timestamp = now;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dalsa-audio-dec.c132 snd_htimestamp_t timestamp; local
154 snd_pcm_htimestamp(s->h, &ts_delay, &timestamp);
156 pkt->pts = timestamp.tv_sec * 1000000LL
157 + (timestamp.tv_nsec * st->codec->sample_rate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_prioq.h56 void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsv.c252 uint64_t timestamp; local
262 timestamp = SWAP_BE64(svstatus.time_be64);
272 diff = tnow - timestamp;
338 uint64_t timestamp; local
364 timestamp = SWAP_BE64(svstatus.time_be64);
365 if ((tstart > timestamp) || !pid || svstatus.got_term || !checkscript())
369 timestamp = SWAP_BE64(svstatus.time_be64);
370 if ((!pid && tstart > timestamp) || (pid && svstatus.want != 'd'))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Derr_common.h91 union el_timestamp timestamp; member in struct:el_subpacket::__anon7939::__anon7941
98 union el_timestamp timestamp; member in struct:el_subpacket::__anon7939::__anon7942
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep018script.tcl27 puts stderr "FAIL:[timestamp] Usage: $usage"
68 # Put a timestamp in a shared file.
74 [$marker put CHILDREADY [timestamp -r]] 0
81 [$marker put CHILDDONE [timestamp -r]] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Ddiscovery.h90 unsigned long timestamp; /* Last time discovered */ member in struct:discovery_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dlec_arpc.h28 unsigned long timestamp; /* Used for various timestamping things: member in struct:lec_arp_table

Completed in 156 milliseconds

1234567891011>>