Searched refs:n_packets (Results 1 – 4 of 4) sorted by relevance
124 guint n_packets; member258 if (fec->n_packets == 0) { in fec_packet_update()290 fec->n_packets += 1; in fec_packet_update()339 gst_bit_writer_put_bits_uint8 (&bits, fec->n_packets, 8); /* NA */ in queue_fec_packet()431 g_assert (enc->row->n_packets < enc->l); in gst_rtpst_2022_1_fecenc_sink_chain()433 if (enc->row->n_packets == enc->l) { in gst_rtpst_2022_1_fecenc_sink_chain()444 if (column->n_packets == enc->d) { in gst_rtpst_2022_1_fecenc_sink_chain()
503 guint n_packets = 0; in check_fec() local517 n_packets += 1; in check_fec()532 n_packets += 1; in check_fec()539 if (n_packets == required_n_packets) { in check_fec()543 } else if (n_packets + 1 == required_n_packets) { in check_fec()
40 int size, n_packets; member471 viv->sb_blocks[i].n_packets = n_packets_tmp; in track_index()474 poff += viv->sb_blocks[i].n_packets; in track_index()476 if (maxnp < viv->sb_blocks[i].n_packets) in track_index()477 maxnp = viv->sb_blocks[i].n_packets; in track_index()521 viv->n_sb_entries = viv->sb_blocks[viv->current_sb].n_packets; in load_sb_block()759 …blocks[i].packet_offset && frame < viv->sb_blocks[i].packet_offset + viv->sb_blocks[i].n_packets) { in viv_read_seek()
91 pull_and_check (GstHarness * h, guint n_packets, guint16 seq, in pull_and_check() argument99 fail_unless_equals_int (gst_harness_buffers_in_queue (h), n_packets); in pull_and_check()