OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_SIZE_MAX
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
102
#define
STREAM_SIZE_MAX
600
isac.c
432
instISAC->maxPayloadSizeBytes =
STREAM_SIZE_MAX
;
433
instISAC->maxRateBytesPer30Ms =
STREAM_SIZE_MAX
;
[
all
...]
structs.h
27
uint8_t stream[
STREAM_SIZE_MAX
];
encode.c
435
bytesSpecCoderUsed =
STREAM_SIZE_MAX
;
553
bytesSpecCoderUsed =
STREAM_SIZE_MAX
;
[
all
...]
Completed in 51 milliseconds