Home
last modified time | relevance | path

Searched refs:next_pkt (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggparseopus.c131 uint8_t *next_pkt = last_pkt; in opus_packet() local
141 last_pkt = next_pkt = next_pkt + os->psize; in opus_packet()
143 next_pkt += os->segments[seg]; in opus_packet()
144 if (os->segments[seg] < 255 && next_pkt != last_pkt) { in opus_packet()
145 int d = opus_duration(last_pkt, next_pkt - last_pkt); in opus_packet()
148 last_pkt = next_pkt; in opus_packet()
Doggparsevp8.c112 uint8_t *next_pkt; in vp8_packet() local
116 next_pkt = last_pkt += os->psize; in vp8_packet()
120 last_pkt = next_pkt + os->segments[seg]; in vp8_packet()
122 next_pkt += os->segments[seg]; in vp8_packet()
Doggparsevorbis.c428 uint8_t *next_pkt = last_pkt; in vorbis_packet() local
442 last_pkt = next_pkt = next_pkt + os->psize; in vorbis_packet()
454 last_pkt = next_pkt + os->segments[seg]; in vorbis_packet()
456 next_pkt += os->segments[seg]; in vorbis_packet()
Dmpegenc.c1019 PacketDesc *next_pkt = stream->premux_packet; in output_packet() local
1033 if (next_pkt && next_pkt->dts - scr > max_delay && !ignore_delay) in output_packet()
Dutils.c1762 AVPacket *next_pkt = &pktl->pkt; in av_read_frame() local
1764 if (next_pkt->dts != AV_NOPTS_VALUE) { in av_read_frame()
1765 int wrap_bits = s->streams[next_pkt->stream_index]->pts_wrap_bits; in av_read_frame()
1768 int64_t last_dts = next_pkt->dts; in av_read_frame()
1770 while (pktl && next_pkt->pts == AV_NOPTS_VALUE) { in av_read_frame()
1771 if (pktl->pkt.stream_index == next_pkt->stream_index && in av_read_frame()
1772 av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2ULL << (wrap_bits - 1)) < 0) { in av_read_frame()
1775 next_pkt->pts = pktl->pkt.dts; in av_read_frame()
1784 if (eof && next_pkt->pts == AV_NOPTS_VALUE && last_dts != AV_NOPTS_VALUE) { in av_read_frame()
1790 next_pkt->pts = last_dts + next_pkt->duration; in av_read_frame()
[all …]
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c970 next_pkt: in urndis_bulk_write_callback()
983 goto next_pkt; in urndis_bulk_write_callback()