Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Dutf8_codecvt_facet.cpp196 int last_octet_count=0; in do_length() local
200 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()
/third_party/boost/boost/detail/
Dutf8_codecvt_facet.ipp196 // 1) last_octet_count has the size of the last measured character
199 // 3) from_next points to the octet 'last_octet_count' before the
201 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));
/third_party/ffmpeg/libavformat/
Drtpenc.h46 unsigned int last_octet_count; member
Drtpdec.h184 unsigned int last_octet_count; member
Drtpenc.c526 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()
Drtpdec.c324 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()