Lines Matching refs:pkt_buffer
793 * Updates the dts of packets of a stream in pkt_buffer, by re-ordering the pts
797 PacketListEntry *pkt_buffer)
807 for (; pkt_buffer; pkt_buffer = get_next_pkt(s, st, pkt_buffer)) {
808 if (pkt_buffer->pkt.stream_index != stream_index)
811 if (pkt_buffer->pkt.pts != AV_NOPTS_VALUE && delay <= MAX_REORDER_DELAY) {
812 pts_buffer[0] = pkt_buffer->pkt.pts;
816 pkt_buffer->pkt.dts = select_from_pts_buffer(st, pts_buffer, pkt_buffer->pkt.dts);