Home | History | Annotate | Download | only in source

Lines Matching refs:minBytes

643     int minBytes;
651 minBytes = WebRtcIsac_GetMinBytes(
656 /* Make sure MinBytes does not exceed packet size limit. */
666 minBytes = (minBytes > limit) ? limit : minBytes;
679 minBytes = (minBytes > limit) ? limit : minBytes;
681 garbageLen = (minBytes > streamLen) ? (uint8_t)(minBytes - streamLen) : 0;