Home
last modified time | relevance | path

Searched refs:last_octet_count (Results 26 – 50 of 62) sorted by relevance

123

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/detail/
H A Dutf8_codecvt_facet.ipp193 // 1) last_octet_count has the size of the last measured character
196 // 3) from_next points to the octet 'last_octet_count' before the
198 int last_octet_count=0;
202 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {
203 from_next += last_octet_count;
204 last_octet_count = (get_octet_count(*from_next));
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/detail/
H A Dutf8_codecvt_facet.ipp187 // 1) last_octet_count has the size of the last measured character
190 // 3) from_next points to the octet 'last_octet_count' before the
192 int last_octet_count=0;
196 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {
197 from_next += last_octet_count;
198 last_octet_count = (get_octet_count(*from_next));
/dports/devel/hyperscan/boost_1_75_0/boost/detail/
H A 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));
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/detail/
H A Dutf8_codecvt_facet.ipp193 // 1) last_octet_count has the size of the last measured character
196 // 3) from_next points to the octet 'last_octet_count' before the
198 int last_octet_count=0;
202 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {
203 from_next += last_octet_count;
204 last_octet_count = (get_octet_count(*from_next));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/detail/
H A Dutf8_codecvt_facet.ipp187 // 1) last_octet_count has the size of the last measured character
190 // 3) from_next points to the octet 'last_octet_count' before the
192 int last_octet_count=0;
196 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {
197 from_next += last_octet_count;
198 last_octet_count = (get_octet_count(*from_next));
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/
H A Drtp_internal.h105 unsigned int last_octet_count; // TODO: move into statistics (outgoing) member
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Drtp_internal.h105 unsigned int last_octet_count; // TODO: move into statistics (outgoing) member
H A Drtpenc.c308 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) / in rtp_write_packet()
313 s->last_octet_count = s->octet_count; in rtp_write_packet()
H A Drtpdec.c186 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) / in rtp_check_and_send_back_rr()
191 s->last_octet_count = s->octet_count; in rtp_check_and_send_back_rr()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h185 unsigned int last_octet_count; member
H A Drtpenc.c505 rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) / in rtp_write_packet()
511 s->last_octet_count = s->octet_count; in rtp_write_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h185 unsigned int last_octet_count; member
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h184 unsigned int last_octet_count; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h187 unsigned int last_octet_count; member
H A 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h184 unsigned int last_octet_count; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h186 unsigned int last_octet_count; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Drtpenc.h46 unsigned int last_octet_count; member
H A Drtpdec.h186 unsigned int last_octet_count; member

123