Lines Matching refs:this_pktl
824 PacketListEntry **next_point, *this_pktl;
829 this_pktl = av_malloc(sizeof(*this_pktl));
830 if (!this_pktl) {
835 av_free(this_pktl);
840 av_packet_move_ref(&this_pktl->pkt, pkt);
841 pkt = &this_pktl->pkt;
883 si->packet_buffer.tail = this_pktl;
886 this_pktl->next = *next_point;
888 sti->last_in_packet_buffer = *next_point = this_pktl;