Home
last modified time | relevance | path

Searched refs:n_packets (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c124 guint n_packets; member
258 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()
Dgstrtpst2022-1-fecdec.c503 guint n_packets = 0; in check_fec() local
517 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()
/third_party/ffmpeg/libavformat/
Dvividas.c40 int size, n_packets; member
471 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()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpst2022-1-fecenc.c91 pull_and_check (GstHarness * h, guint n_packets, guint16 seq, in pull_and_check() argument
99 fail_unless_equals_int (gst_harness_buffers_in_queue (h), n_packets); in pull_and_check()