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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
96
#define
STREAM_MAXW16
300 /* The old maximum size still needed for the decoding */
isacfix.c
644
} else if (packet_size > (
STREAM_MAXW16
<<1)) {
728
} else if (packet_size > (
STREAM_MAXW16
<<1)) {
820
} else if (len > (
STREAM_MAXW16
<<1)) {
[
all
...]
Completed in 45 milliseconds