Searched refs:last_packet (Results 1 – 8 of 8) sorted by relevance
44 uint8_t last_packet:1; member85 (m)->last_packet = 0; \
1236 uint8_t last_packet; in usb_read() local1238 last_packet = m->last_packet; in usb_read()1242 if (last_packet) { in usb_read()1713 m->last_packet = 1; in usb_fifo_put_data()1755 m->last_packet = 1; in usb_fifo_put_data_linear()
557 guint8 end = dtmfsrc->last_packet ? 0x02 : 0; in gst_rtp_dtmf_src_create_next_rtp_packet()582 if (dtmfsrc->redundancy_count <= 1 && dtmfsrc->last_packet) { in gst_rtp_dtmf_src_create_next_rtp_packet()683 dtmfsrc->last_packet = FALSE; in gst_rtp_dtmf_src_create()713 } else if (!dtmfsrc->first_packet && !dtmfsrc->last_packet && in gst_rtp_dtmf_src_create()732 dtmfsrc->last_packet = TRUE; in gst_rtp_dtmf_src_create()809 if (dtmfsrc->last_packet == TRUE && dtmfsrc->redundancy_count == 0) { in gst_rtp_dtmf_src_create()814 dtmfsrc->last_packet = FALSE; in gst_rtp_dtmf_src_create()827 dtmfsrc->last_packet = TRUE; in gst_rtp_dtmf_src_create()
83 gboolean last_packet; member
160 int last_packet = pos == (dsf->data_end - st->codecpar->block_align); in dsf_read_packet() local162 if (last_packet) { in dsf_read_packet()
52 PacketDesc *last_packet; /* end of packet queue */ member990 stream->last_packet = NULL; in remove_decoded_packets()1201 stream->last_packet->next = pkt_desc; in mpeg_mux_write_packet()1202 stream->last_packet = pkt_desc; in mpeg_mux_write_packet()
861 int last_packet ; in ogg_opus_flush() local875 last_packet = SF_FALSE ; in ogg_opus_flush()878 for (last_packet = SF_FALSE ; last_packet == SF_FALSE ; ) in ogg_opus_flush()881 { last_packet = SF_TRUE ; in ogg_opus_flush()909 if (last_packet) in ogg_opus_flush()
2726 gboolean last_packet = i == (td->num_packets - 1); in GST_START_TEST() local2733 buf = generate_twcc_recv_buffer (i + td->base_seqnum, ts, last_packet); in GST_START_TEST()