OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAMESIZE
(Results
1 - 6
of
6
) sorted by null
/external/libopus/tests/
test_opus_padding.c
40
#define
FRAMESIZE
5760
49
opus_int16 *out = malloc(
FRAMESIZE
*CHANNELS*sizeof(*out));
62
result = opus_decode(decoder, in, PACKETSIZE, out,
FRAMESIZE
, 0);
/external/libopus/celt/
modes.h
46
#ifndef
FRAMESIZE
47
#define
FRAMESIZE
(mode) ((mode)->mdctSize)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
35
#define
FRAMESIZE
30
37
#define FRAMESAMPLES 480 /* ((
FRAMESIZE
*FS)/1000) */
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACLongtest.txt
36
FRAMESIZE
=30
44
echo "Instantaneous with RATE " $RATE ", and Frame-size " $
FRAMESIZE
45
$ISAC -I -B $RATE -FL $
FRAMESIZE
-FS 16 $INDIR/"$file" $OUTDIR/i_"$
FRAMESIZE
"_"$RATE"_"$file" >> $LOGFILE
57
if [ $
FRAMESIZE
-eq 30 ]
59
FRAMESIZE
=60
61
FRAMESIZE
=30
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
34
* have a 20ms
framesize
option */
37
#define
FRAMESIZE
30
39
#define FRAMESAMPLES 480 /* ((
FRAMESIZE
*FS)/1000) */
isac.c
483
* 10ms frames until it reaches the chosen
Framesize
(480 or 960 samples
496
*
frameSize
so it keeps buffering speech
[
all
...]
Completed in 70 milliseconds