Home
last modified time | relevance | path

Searched refs:cur_timestamp (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
Drtpenc_aac.c46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
63 s->timestamp = s->cur_timestamp; in ff_rtp_send_aac()
Drtpenc_vp9.c31 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_vp9()
Drtpenc_vp8.c32 s->timestamp = s->cur_timestamp; in ff_rtp_send_vp8()
Drtpenc_latm.c47 s->timestamp = s->cur_timestamp; in ff_rtp_send_latm()
Dgxf.c465 int64_t cur_timestamp = AV_NOPTS_VALUE; in gxf_resync_media() local
486 cur_timestamp = avio_rb32(pb); in gxf_resync_media()
488 if ((track >= 0 && track != cur_track) || (timestamp >= 0 && timestamp > cur_timestamp)) { in gxf_resync_media()
495 return cur_timestamp; in gxf_resync_media()
Drtpenc_h261.c46 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_h261()
Drtpenc_h263.c75 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263()
Drtpenc_mpv.c109 s->timestamp = s->cur_timestamp; in ff_rtp_send_mpegvideo()
Ddashdec.c117 int64_t cur_timestamp; member
2035 rep_dest->cur_timestamp = rep_src->cur_timestamp; in copy_init_section()
2214 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2216 mints = rep->cur_timestamp; in dash_read_packet()
2223 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2225 mints = rep->cur_timestamp; in dash_read_packet()
2233 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2235 mints = rep->cur_timestamp; in dash_read_packet()
2246 …cur->cur_timestamp = av_rescale(pkt->pts, (int64_t)cur->ctx->streams[0]->time_base.num * 90000, cu… in dash_read_packet()
2284 pls->cur_timestamp = 0; in dash_seek()
[all …]
Drtpenc.h37 uint32_t cur_timestamp; member
Dhls.c207 int64_t cur_timestamp; member
1680 if (pls->finished && c->cur_timestamp != AV_NOPTS_VALUE) { in select_cur_seq_no()
1681 find_timestamp_in_playlist(c, pls, c->cur_timestamp, &seq_no); in select_cur_seq_no()
1869 c->cur_timestamp = AV_NOPTS_VALUE; in hls_read_header()
2089 if (c->cur_timestamp != AV_NOPTS_VALUE) { in recheck_discard_flags()
2091 pls->seek_timestamp = c->cur_timestamp; in recheck_discard_flags()
2269 c->cur_timestamp = av_rescale_q(pkt->dts, in hls_read_packet()
2364 c->cur_timestamp = seek_timestamp; in hls_read_seek()
Drtpenc_h264_hevc.c185 s->timestamp = s->cur_timestamp; in ff_rtp_send_h264_hevc()
Drtpenc_jpeg.c42 s->timestamp = s->cur_timestamp; in ff_rtp_send_jpeg()
Drtpenc_h263_rfc2190.c112 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263_rfc2190()