Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmux.c964 AVPacket *top_pkt = &s->internal->packet_buffer->pkt; local
966 int64_t top_dts = av_rescale_q(top_pkt->dts,
967 s->streams[top_pkt->stream_index]->time_base,
996 AVPacket *top_pkt = &s->internal->packet_buffer->pkt; local
998 s->internal->shortest_end = av_rescale_q(top_pkt->dts,
999 s->streams[top_pkt->stream_index]->time_base,
1005 AVPacket *top_pkt = &s->internal->packet_buffer->pkt; local
1007 int64_t top_dts = av_rescale_q(top_pkt->dts,
1008 s->streams[top_pkt->stream_index]->time_base,