Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptwcc.c544 _pkt_fits_run_length_chunk (RecvPacket * pkt, guint packets_per_chunks, in _pkt_fits_run_length_chunk() argument
549 if (pkt->equal_run >= packets_per_chunks) in _pkt_fits_run_length_chunk()
570 guint packets_per_chunks = _get_max_packets_capacity (symbol_size); in rtp_twcc_write_chunks() local
588 if (pkt->missing_run > packets_per_chunks) { in rtp_twcc_write_chunks()
595 if (_pkt_fits_run_length_chunk (pkt, packets_per_chunks, in rtp_twcc_write_chunks()