OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minBytes
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c
631
int
minBytes
;
639
minBytes
= WebRtcIsac_GetMinBytes(
644
/* Make sure
MinBytes
does not exceed packet size limit. */
654
minBytes
= (
minBytes
> limit) ? limit :
minBytes
;
667
minBytes
= (
minBytes
> limit) ? limit :
minBytes
;
669
garbageLen = (
minBytes
> streamLen) ? (minBytes - streamLen) : 0
[
all
...]
structs.h
262
estimate. All values (except framelength and
minBytes
) is double size to
292
int
minBytes
;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h
270
estimate. All values (except framelength and
minBytes
) is double size to
299
int
minBytes
;
Completed in 44 milliseconds