Searched defs:framelength (Results 1 - 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/drivers/net/
H A Dundiisr.S83 framelength: .word 0 label
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc43 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/
H A DtestG722.cc48 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) {
148 length_file = ((double)framecnt*(double)framelength/1600
[all...]
/external/aac/libAACenc/src/
H A Dmps_main.cpp218 const UINT sbrRatio, const UINT framelength,
255 nTimeSlots = framelength >> nQmfBandsLd;
257 /* check if number of qmf bands is usable for given framelength */
258 if (framelength != (nTimeSlots << nQmfBandsLd)) {
215 FDK_MpegsEnc_Init(HANDLE_MPS_ENCODER hMpsEnc, const AUDIO_OBJECT_TYPE audioObjectType, const UINT samplingrate, const UINT bitrate, const UINT sbrRatio, const UINT framelength, const UINT inputBufferSizePerChannel, const UINT coreCoderDelay) argument
H A Daacenc.cpp145 INT bitRate, INT framelength, INT ancillaryRate, INT *ancillaryBitsPerFrame,
315 config->framelength = -1; /* Framesize not configured */
438 config->framelength, config->nChannels,
455 switch (config->framelength) {
477 config->bitRate, config->framelength, config->anc_Rate,
484 config->framelength, config->sampleRate);
491 config->framelength, config->sampleRate) >>
510 hAacEnc->bitrateMode, config->sampleRate, config->framelength, cm,
530 config->framelength, psyBitrate, tnsMask, hAacEnc->bandwidth90dB,
635 fDivNorm((FIXP_DBL)(10 * config->framelength * hAacEn
996 FDKaacEnc_InitCheckAncillary( INT bitRate, INT framelength, INT ancillaryRate, INT *ancillaryBitsPerFrame, INT sampleRate) argument
[all...]
H A Daacenc.h232 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
/external/aac/libSACenc/src/
H A Dsacenc_dmx_tdom_enh.cpp126 int framelength; member in struct:T_ENHANCED_TIME_DOMAIN_DMX
244 HANDLE_ENHANCED_TIME_DOMAIN_DMX *phEnhancedTimeDmx, const INT framelength) {
252 FDK_ALLOCATE_MEMORY_1D(hEnhancedTimeDmx->sinusWindow_m, 1 + framelength,
254 hEnhancedTimeDmx->maxFramelength = framelength;
268 const INT framelength) {
275 if (framelength > hEnhancedTimeDmx->maxFramelength) {
280 hEnhancedTimeDmx->framelength = framelength;
286 PI_M, (FIXP_DBL)(2 * hEnhancedTimeDmx->framelength), &deltax_e);
290 for (smp = 0; smp < hEnhancedTimeDmx->framelength
243 fdk_sacenc_open_enhancedTimeDomainDmx( HANDLE_ENHANCED_TIME_DOMAIN_DMX *phEnhancedTimeDmx, const INT framelength) argument
264 fdk_sacenc_init_enhancedTimeDomainDmx( HANDLE_ENHANCED_TIME_DOMAIN_DMX hEnhancedTimeDmx, const FIXP_DBL *const pInputGain_m, const INT inputGain_e, const FIXP_DBL outputGain_m, const INT outputGain_e, const INT framelength) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h270 estimate. All values (except framelength and minBytes) is double size to
279 int16_t framelength; member in struct:__anon30733
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dstructs.h264 estimate. All values (except framelength and minBytes) is double size to
273 int16_t framelength; member in struct:__anon30752

Completed in 266 milliseconds