Searched refs:get_next_pkt (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | utils.c | 1035 static PacketList *get_next_pkt(AVFormatContext *s, AVStream *st, PacketList *pktl) in get_next_pkt() function 1102 for (; pkt_buffer; pkt_buffer = get_next_pkt(s, st, pkt_buffer)) { in update_dts_from_pts() 1140 for (pktl_it = pktl; pktl_it; pktl_it = get_next_pkt(s, st, pktl_it)) { in update_initial_timestamps() 1180 for (; pktl; pktl = get_next_pkt(s, st, pktl)) { in update_initial_durations() 1203 for (; pktl; pktl = get_next_pkt(s, st, pktl)) { in update_initial_durations()
|