Home
last modified time | relevance | path

Searched refs:last_packet (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_mbuf.h43 uint8_t last_packet:1; member
84 (m)->last_packet = 0; \
H A Dusb_dev.c1225 uint8_t last_packet; in usb_read() local
1227 last_packet = m->last_packet; in usb_read()
1231 if (last_packet) { in usb_read()
1719 m->last_packet = 1; in usb_fifo_put_data()
1760 m->last_packet = 1; in usb_fifo_put_data_linear()
/third_party/ffmpeg/libavformat/
H A Ddsfdec.c170 int last_packet = pos == (dsf->data_end - st->codecpar->block_align); in dsf_read_packet() local
172 if (last_packet) { in dsf_read_packet()
H A Dmpegenc.c55 PacketDesc *last_packet; /* end of packet queue */ member
990 stream->last_packet = NULL; in remove_decoded_packets()
1210 stream->last_packet->next = pkt_desc; in mpeg_mux_write_packet()
1211 stream->last_packet = pkt_desc; in mpeg_mux_write_packet()
/third_party/libsnd/src/
H A Dogg_opus.c873 int last_packet ; in ogg_opus_flush() local
887 last_packet = SF_FALSE ; in ogg_opus_flush()
890 for (last_packet = SF_FALSE ; last_packet == SF_FALSE ; ) in ogg_opus_flush()
893 { last_packet = SF_TRUE ; in ogg_opus_flush()
921 if (last_packet) in ogg_opus_flush()

Completed in 7 milliseconds