Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Ddemand.c62 int framelen; variable
95 framelen = 0; in demand_conf()
161 framelen = 0; in demand_discard()
244 && framelen > 2 && fcs == PPP_GOODFCS) {
245 framelen -= 2;
246 if (loop_frame((unsigned char *)frame, framelen))
249 framelen = 0;
264 if (framelen >= framemax) {
268 frame[framelen++] = c;
Dpppoe.c426 u16_t framelen = off + plen; in pppoe_disc_input() local
427 if (framelen < pb->len) { in pppoe_disc_input()
429 pb->tot_len = pb->len = framelen; in pppoe_disc_input()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsbcdepay.c175 gint size, int *framelen, int *samples) in gst_rtp_sbc_depay_get_params() argument
213 *framelen = length; in gst_rtp_sbc_depay_get_params()
332 gint framelen, samples; in gst_rtp_sbc_depay_process() local
341 payload_len, &framelen, &samples) < 0) { in gst_rtp_sbc_depay_process()
350 gint framelen; in gst_rtp_sbc_depay_process() local
355 payload_len, &framelen, &samples) < 0) { in gst_rtp_sbc_depay_process()
364 if (nframes * framelen > (gint) payload_len) { in gst_rtp_sbc_depay_process()
367 } else if (nframes * framelen < (gint) payload_len) { in gst_rtp_sbc_depay_process()
/third_party/ffmpeg/libavcodec/
Dtta.c229 int cur_chan = 0, framelen = s->frame_length; in tta_decode_frame() local
242 frame->nb_samples = framelen; in tta_decode_frame()
264 for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (framelen * s->channels); p++) { in tta_decode_frame()
344 frame->nb_samples = framelen = s->last_frame_length; in tta_decode_frame()
361 for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (framelen * s->channels); p++) in tta_decode_frame()
367 for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (framelen * s->channels); p++) in tta_decode_frame()
374 for (i = 0; i < framelen * s->channels; i++) in tta_decode_frame()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c1951 size_t framelen; in session_pack_extension() local
1968 framelen = (size_t)rv; in session_pack_extension()
1970 frame->hd.length = framelen; in session_pack_extension()
1973 buf->last += framelen; in session_pack_extension()
/third_party/nghttp2/lib/
Dnghttp2_session.c2291 size_t framelen; in session_pack_extension() local
2308 framelen = (size_t)rv; in session_pack_extension()
2310 frame->hd.length = framelen; in session_pack_extension()
2313 buf->last += framelen; in session_pack_extension()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c667 size_t framelen; in test_nghttp2_session_recv() local
701 framelen = nghttp2_bufs_len(&bufs); in test_nghttp2_session_recv()
704 for (i = 0; i < framelen; ++i) { in test_nghttp2_session_recv()
713 while (df.seqidx < framelen) { in test_nghttp2_session_recv()
/third_party/ffmpeg/doc/
Dfilters.texi3860 @item framelen, f
/third_party/gstreamer/gstplugins_good/
DChangeLog93777 Parse the framelen so that we can calculate timestamps.