OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_MAXW16
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
96
#define
STREAM_MAXW16
300 /* The old maximum size still needed for the decoding */
108
#define INTERNAL_STREAM_SIZE_W16 (
STREAM_MAXW16
+ 5)
isacfix.c
635
} else if (packet_size > (
STREAM_MAXW16
<<1)) {
711
} else if (packet_size > (
STREAM_MAXW16
<<1)) {
792
} else if (len > (
STREAM_MAXW16
<<1)) {
892
} else if (len > (
STREAM_MAXW16
<<1)) {
[
all
...]
Completed in 71 milliseconds