Searched refs:last_octet_count (Results 1 – 6 of 6) sorted by relevance
196 int last_octet_count=0; in do_length() local200 while (from_next+last_octet_count <= from_end && char_count <= max_limit) { in do_length()201 from_next += last_octet_count; in do_length()202 last_octet_count = (get_octet_count(*from_next)); in do_length()
196 // 1) last_octet_count has the size of the last measured character199 // 3) from_next points to the octet 'last_octet_count' before the201 int last_octet_count=0;205 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {206 from_next += last_octet_count;207 last_octet_count = (get_octet_count(*from_next));
46 unsigned int last_octet_count; member
184 unsigned int last_octet_count; member
526 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) / in rtp_write_packet()532 s->last_octet_count = s->octet_count; in rtp_write_packet()
324 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) / in ff_rtp_check_and_send_back_rr()329 s->last_octet_count = s->octet_count; in ff_rtp_check_and_send_back_rr()