Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A 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;
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiocvt.c494 const int framelen = chans * (int)sizeof (float); in SDL_ResampleAudio() local
495 const int inframes = inbuflen / framelen; in SDL_ResampleAudio()
496 …const int wantedoutframes = (int) ((inbuflen / framelen) * ratio); /* outbuflen isn't total to wr… in SDL_ResampleAudio()
497 const int maxoutframes = outbuflen / framelen; in SDL_ResampleAudio()
1152 const int framelen = sizeof(float) * stream->pre_resample_channels; in SDL_ResampleAudioStream_SRC() local
1160 data.input_frames = inbuflen / framelen; in SDL_ResampleAudioStream_SRC()
1164 data.output_frames = outbuflen / framelen; in SDL_ResampleAudioStream_SRC()
/AliOS-Things-master/components/SDL2/src/audio/emscripten/
A DSDL_emscriptenaudio.c35 const int framelen = (SDL_AUDIO_BITSIZE(this->spec.format) / 8) * this->spec.channels; in FeedAudioDevice() local
49 }, buf, buflen / framelen); in FeedAudioDevice()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_session.c1971 size_t framelen; in session_pack_extension() local
1988 framelen = (size_t)rv; in session_pack_extension()
1990 frame->hd.length = framelen; in session_pack_extension()
1993 buf->last += framelen; in session_pack_extension()

Completed in 18 milliseconds