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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_vp8.c32 s->timestamp = s->cur_timestamp;
H A Drtpenc_latm.c47 s->timestamp = s->cur_timestamp;
H A Drtpenc_xiph.c84 if (0 == s->num_frames) s->timestamp = s->cur_timestamp;
105 s->timestamp = s->cur_timestamp;
H A Drtpenc.h36 uint32_t cur_timestamp; member in struct:RTPMuxContext
H A Drtpenc_amr.c53 s->timestamp = s->cur_timestamp;
H A Drtpenc_h263.c74 s->timestamp = s->cur_timestamp;
H A Drtpenc_aac.c59 s->timestamp = s->cur_timestamp;
H A Drtpenc_mpv.c109 s->timestamp = s->cur_timestamp;
H A Drtpenc.c101 s->cur_timestamp = 0;
273 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits;
296 s->timestamp = s->cur_timestamp;
344 s->timestamp = s->cur_timestamp;
393 s->cur_timestamp = s->base_timestamp + pkt->pts;
H A Drtpenc_h264.c83 s->timestamp = s->cur_timestamp;
H A Dgxf.c389 int64_t cur_timestamp = AV_NOPTS_VALUE; local
410 cur_timestamp = avio_rb32(pb);
412 if ((track >= 0 && track != cur_track) || (timestamp >= 0 && timestamp > cur_timestamp)) {
419 return cur_timestamp;
H A Drtpdec.h154 uint32_t cur_timestamp; member in struct:RTPDemuxContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_latm.c47 s->timestamp = s->cur_timestamp;
H A Drtpenc_vp8.c32 s->timestamp = s->cur_timestamp;
H A Drtpenc_xiph.c85 if (0 == s->num_frames) s->timestamp = s->cur_timestamp;
106 s->timestamp = s->cur_timestamp;
H A Drtpenc_amr.c53 s->timestamp = s->cur_timestamp;
H A Drtpenc_h263.c75 s->timestamp = s->cur_timestamp;
H A Drtpenc.h37 uint32_t cur_timestamp; member in struct:RTPMuxContext
H A Drtpenc_aac.c59 s->timestamp = s->cur_timestamp;
H A Drtpenc_mpv.c109 s->timestamp = s->cur_timestamp;
H A Drtpenc.c117 s->cur_timestamp = 0;
361 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits;
385 s->timestamp = s->cur_timestamp;
433 s->timestamp = s->cur_timestamp;
478 s->timestamp = s->cur_timestamp;
485 s->cur_timestamp += n * frame_duration;
513 s->cur_timestamp = s->base_timestamp + pkt->pts;
H A Drtpenc_h264.c89 s->timestamp = s->cur_timestamp;
H A Drtpenc_jpeg.c40 s->timestamp = s->cur_timestamp;
H A Dgxf.c462 int64_t cur_timestamp = AV_NOPTS_VALUE; local
483 cur_timestamp = avio_rb32(pb);
485 if ((track >= 0 && track != cur_track) || (timestamp >= 0 && timestamp > cur_timestamp)) {
492 return cur_timestamp;
H A Drtpdec.h155 uint32_t cur_timestamp; member in struct:RTPDemuxContext

Completed in 311 milliseconds

12