Home
last modified time | relevance | path

Searched refs:cur_timestamp (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc.c125 s->cur_timestamp = 0; in rtp_write_header()
379 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
403 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
451 s->timestamp = s->cur_timestamp; in rtp_send_raw()
466 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
494 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
502 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
509 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
537 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A 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()
H A 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()
H A 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()
H A Dhls.c219 int64_t cur_timestamp; member
1726 if (pls->finished && c->cur_timestamp != AV_NOPTS_VALUE) { in select_cur_seq_no()
1727 find_timestamp_in_playlist(c, pls, c->cur_timestamp, &seq_no, NULL); in select_cur_seq_no()
1754 int64_t cur_timestamp = c->cur_timestamp == AV_NOPTS_VALUE ? 0 : in select_cur_seq_no() local
1755 c->cur_timestamp; in select_cur_seq_no()
1766 start_timestamp = cur_timestamp + playlist_duration; in select_cur_seq_no()
1769 start_timestamp = cur_timestamp + pls->start_time_offset; in select_cur_seq_no()
1772 start_timestamp = cur_timestamp; in select_cur_seq_no()
1775 start_timestamp = cur_timestamp in select_cur_seq_no()
[all...]
H A Drtpenc_vp9.c31 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_vp9()
H A Drtpenc_latm.c47 s->timestamp = s->cur_timestamp; in ff_rtp_send_latm()
H A Drtpenc_vp8.c32 s->timestamp = s->cur_timestamp; in ff_rtp_send_vp8()
H A Dgxf.c464 int64_t cur_timestamp = AV_NOPTS_VALUE; in gxf_resync_media() local
485 cur_timestamp = avio_rb32(pb); in gxf_resync_media()
487 if ((track >= 0 && track != cur_track) || (timestamp >= 0 && timestamp > cur_timestamp)) { in gxf_resync_media()
494 return cur_timestamp; in gxf_resync_media()
H A Drtpenc_h261.c46 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_h261()
H A Drtpenc_h263.c75 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263()
H A Ddashdec.c116 int64_t cur_timestamp; member
2010 rep_dest->cur_timestamp = rep_src->cur_timestamp; in copy_init_section()
2180 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2182 mints = rep->cur_timestamp; in dash_read_packet()
2189 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2191 mints = rep->cur_timestamp; in dash_read_packet()
2199 if (!cur || rep->cur_timestamp < mints) { in dash_read_packet()
2201 mints = rep->cur_timestamp; in dash_read_packet()
2212 cur->cur_timestamp in dash_read_packet()
[all...]
H A Drtpenc_mpv.c109 s->timestamp = s->cur_timestamp; in ff_rtp_send_mpegvideo()
H A Drtpenc.h37 uint32_t cur_timestamp; member
H A Drtpenc_rfc4175.c33 s->timestamp = s->cur_timestamp; in ff_rtp_send_raw_rfc4175()
H A Drtpenc_jpeg.c42 s->timestamp = s->cur_timestamp; in ff_rtp_send_jpeg()
H A Drtpenc_h264_hevc.c185 s->timestamp = s->cur_timestamp; in ff_rtp_send_h264_hevc()
H A Drtpenc_h263_rfc2190.c112 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263_rfc2190()

Completed in 12 milliseconds