Home
last modified time | relevance | path

Searched refs:next_pts (Results 26 - 28 of 28) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Ddemux.c935 int64_t next_dts, int64_t next_pts) in compute_pkt_fields()
1075 next_dts != next_pts && in compute_pkt_fields()
1076 next_pts != AV_NOPTS_VALUE) in compute_pkt_fields()
1148 int64_t next_pts = pkt->pts; in parse_packet() local
1220 compute_pkt_fields(s, st, sti->parser, out_pkt, next_dts, next_pts); in parse_packet()
933 compute_pkt_fields(AVFormatContext *s, AVStream *st, AVCodecParserContext *pc, AVPacket *pkt, int64_t next_dts, int64_t next_pts) compute_pkt_fields() argument
/third_party/ffmpeg/fftools/
H A Dffplay.c198 int64_t next_pts; member
603 else if (d->next_pts != AV_NOPTS_VALUE) in decoder_decode_frame()
604 frame->pts = av_rescale_q(d->next_pts, d->next_pts_tb, tb); in decoder_decode_frame()
606 d->next_pts = frame->pts + frame->nb_samples; in decoder_decode_frame()
634 d->next_pts = d->start_pts; in decoder_decode_frame()
/third_party/ffmpeg/libavcodec/
H A Dvorbisenc.c137 int64_t next_pts; member

Completed in 12 milliseconds

12