Lines Matching defs:timestamp
198 uint32_t timestamp;
250 * 32: timestamp (PTS)
276 timestamp = get_bits_long(&gb, 32);
288 if (ptimestamp) *ptimestamp = timestamp;
296 AVPacket *pkt, uint32_t *timestamp,
308 len, pkt, &seq, rmflags, *timestamp);
330 pkt->pts = *timestamp;
341 uint32_t timestamp;
349 timestamp= 0; ///< Should not be used if buf is NULL, but should be set to the timestamp of the packet returned....
352 pkt, ×tamp, NULL, 0, 0, flags);
358 rv = ff_rdt_parse_header(buf, len, &set_id, &seq_no, &stream_id, &is_keyframe, ×tamp);
362 (set_id != s->prev_set_id || timestamp != s->prev_timestamp ||
366 s->prev_timestamp = timestamp;
379 pkt, ×tamp, buf, len, 0, flags);