Searched refs:cur_timestamp (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc.c | 125 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 D | rtpenc_xiph.c | 83 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 D | rtpenc_amr.c | 43 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 D | rtpenc_aac.c | 46 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 D | hls.c | 219 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 D | rtpenc_vp9.c | 31 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_vp9()
|
H A D | rtpenc_latm.c | 47 s->timestamp = s->cur_timestamp; in ff_rtp_send_latm()
|
H A D | rtpenc_vp8.c | 32 s->timestamp = s->cur_timestamp; in ff_rtp_send_vp8()
|
H A D | gxf.c | 464 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 D | rtpenc_h261.c | 46 rtp_ctx->timestamp = rtp_ctx->cur_timestamp; in ff_rtp_send_h261()
|
H A D | rtpenc_h263.c | 75 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263()
|
H A D | dashdec.c | 116 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 D | rtpenc_mpv.c | 109 s->timestamp = s->cur_timestamp; in ff_rtp_send_mpegvideo()
|
H A D | rtpenc.h | 37 uint32_t cur_timestamp; member
|
H A D | rtpenc_rfc4175.c | 33 s->timestamp = s->cur_timestamp; in ff_rtp_send_raw_rfc4175()
|
H A D | rtpenc_jpeg.c | 42 s->timestamp = s->cur_timestamp; in ff_rtp_send_jpeg()
|
H A D | rtpenc_h264_hevc.c | 185 s->timestamp = s->cur_timestamp; in ff_rtp_send_h264_hevc()
|
H A D | rtpenc_h263_rfc2190.c | 112 s->timestamp = s->cur_timestamp; in ff_rtp_send_h263_rfc2190()
|
Completed in 12 milliseconds