Home | History | Annotate | Download | only in source

Lines Matching defs:minBytes

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;