HomeSort by relevance Sort by last modified time
    Searched defs:framelength (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiisr.S 83 framelength: .word 0 label
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 43 size_t framelength = 80; local
65 printf("./testG711.exe framelength law infile outfile \n\n");
66 printf("framelength: Framelength in samples.\n");
83 printf(" G.722: Invalid framelength %d.\n", framelength_int);
86 framelength = static_cast<size_t>(framelength_int);
123 endfile = readframe(shortdata, inp, framelength);
128 stream_len = WebRtcG711_EncodeA(shortdata, framelength, streamdata);
139 stream_len = WebRtcG711_EncodeU(shortdata, framelength, streamdata);
153 if (fwrite(decoded, sizeof(short), framelength, outp) != framelength)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 48 size_t framelength = 160; local
69 printf("./testG722.exe framelength infile outbitfile outspeechfile \n\n");
71 printf("framelength : Framelength in samples.\n\n");
82 printf(" G.722: Invalid framelength %d.\n", framelength_int);
85 framelength = static_cast<size_t>(framelength_int);
120 endfile = readframe(shortdata, inp, framelength);
126 stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata);
139 if (fwrite(decoded, sizeof(short), framelength, outp) !=
140 framelength) {
    [all...]
  /external/aac/libAACenc/src/
aacenc.h 201 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
236 * \param frameLength Number of audio samples in one frame.
243 const INT frameLength,
251 * \param frameLength Number of audio samples in one frame.
258 const INT frameLength,
266 * \param frameLength the frameLength to be used for the AAC encoder
279 INT frameLength,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 270 estimate. All values (except framelength and minBytes) is double size to
279 int16_t framelength; member in struct:__anon37091
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 264 estimate. All values (except framelength and minBytes) is double size to
273 int16_t framelength; member in struct:__anon37110

Completed in 507 milliseconds