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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 48 int16_t framelength = 80; local
72 printf("./testG711.exe framelength law infile outfile \n\n");
73 printf("framelength: Framelength in samples.\n");
88 framelength = atoi(argv[1]);
125 endfile = readframe(shortdata, inp, framelength);
130 stream_len = WebRtcG711_EncodeA(NULL, shortdata, framelength, streamdata);
142 stream_len = WebRtcG711_EncodeU(NULL, shortdata, framelength, streamdata);
161 if (fwrite(decoded, sizeof(short), framelength, outp) !=
162 static_cast<size_t>(framelength)) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 52 int16_t framelength = 160; local
74 printf("./testG722.exe framelength infile outbitfile outspeechfile \n\n");
76 printf("framelength : Framelength in samples.\n\n");
85 framelength = atoi(argv[1]);
120 endfile = readframe(shortdata, inp, framelength);
126 stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata);
142 if (fwrite(decoded, sizeof(short), framelength,
143 outp) != static_cast<size_t>(framelength)) {
152 length_file = ((double)framecnt*(double)framelength/16000)
    [all...]
  /external/aac/libAACenc/src/
aacenc.h 196 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
229 * \param frameLength the frameLength to be used for the AAC encoder
242 INT frameLength,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 271 estimate. All values (except framelength and minBytes) is double size to
280 int16_t framelength; member in struct:__anon20379
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 270 estimate. All values (except framelength and minBytes) is double size to
279 WebRtc_Word16 framelength; member in struct:__anon38014
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 261 estimate. All values (except framelength and minBytes) is double size to
270 int16_t framelength; member in struct:__anon20397
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 262 estimate. All values (except framelength and minBytes) is double size to
271 WebRtc_Word16 framelength; member in struct:__anon38033

Completed in 504 milliseconds