Lines Matching refs:list
36 * Append an AVPacket to the list.
38 * @param list A PacketList
41 * @param copy A callback to copy the contents of the packet to the list.
43 moved to the list.
45 the packet and the list are unchanged.
47 int avpriv_packet_list_put(PacketList *list, AVPacket *pkt,
52 * Remove the oldest AVPacket in the list and return it.
60 * the list was empty.
62 int avpriv_packet_list_get(PacketList *list, AVPacket *pkt);
65 * Wipe the list and unref all the packets in it.
67 void avpriv_packet_list_free(PacketList *list);